File: .gitignore

package info (click to toggle)
libjloda-java 2.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,900 kB
  • sloc: java: 54,765; xml: 62; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 332 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
23
24
25
26
27
28
29
30
31
32
# Class files
class/
*.class

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# intellij 
*.iml
.idea

#eclipse
.settings
.classpath
.project

# MacOS
.DS_Store

# LaTeX auxiliary files 
*.aux
*.blg
*.idx
*.ilg
*.ind
*.log
*.out
*.toc

# antbuild:
antbuild/
!antbuild/build.xml