File: .gitignore

package info (click to toggle)
pomegranate-clojure 1.1.0%2Breally-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 400 kB
  • sloc: xml: 160; makefile: 2; sh: 2
file content (18 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# emacs + vi backup files
*~
.*.sw*

# various IDE junk
*.ipr
*.iml
*.iws
.project
.classpath
.settings

target
classes
it-repo
tmp

.externalToolBuilders