File: .gitignore

package info (click to toggle)
jsonb-api 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 592 kB
  • sloc: java: 1,630; xml: 1,219; makefile: 10
file content (31 lines) | stat: -rw-r--r-- 297 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
# maven noise
target

# osx noise
.DS_Store
profile

#IntelliJ Idea noise
.idea
*.iws
*.ipr
*.iml

# TeX build noise
*.aux
*.bbl
*.blg
*.log
*.out
*.tex~
*.thm
*.toc
/spec/Makefile.fdb_latexmk
/spec/Makefile.fls
/spec/spec.synctex.gz
/spec/spec.xwm

# eclipse noise
.settings/
.classpath
.project