File: .gitignore

package info (click to toggle)
jackson-module-jaxb-annotations 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 448 kB
  • ctags: 764
  • sloc: java: 3,778; xml: 115; sh: 24; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# use glob syntax.
syntax: glob
*.class
*~
*.bak
*.off
*.old
.DS_Store

# building
target

# Eclipse
.classpath
.project
.settings

# IDEA
*.iml
*.ipr
*.iws