File: .gitignore

package info (click to toggle)
vorbis-java 0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,136 kB
  • ctags: 1,573
  • sloc: java: 9,531; xml: 314; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Lines that start with '#' are comments.

# Ignore class files
*.class
# Ignore vim swp files
.*.swp

# Everyone want's their own Eclipse setup
.project
.classpath

# Skip the build directories
/target/
/core/target/
/tika/target/
/tools/target/

# Skip where we put test files not cleared for inclusion
/DO_NOT_COMMIT/

# Skip the eclipse static includes
/lib/