File: .gitignore

package info (click to toggle)
classmate 1.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 752 kB
  • sloc: java: 6,921; xml: 151; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Skip maven 'target' directory
target

# plus eclipse artifacts
.classpath
.project
.settings

# plus intellij files
*.ipr
*.iws
*.iml
.idea

# and emacs temp save files
*~