File: .gitignore

package info (click to toggle)
libjloda-java 0.0%2Bgit20180523.cbaf6d1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,088 kB
  • sloc: java: 39,861; xml: 52; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
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
# 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

# MacOS
.DS_Store

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

# antbuild:
antbuild/
!antbuild/build.xml