File: .gitignore

package info (click to toggle)
bigdoc 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 5,468 kB
  • sloc: java: 1,148; xml: 134; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# for Eclipse
.classpath
.project
.settings

# for IDEA
*.iml
*.ipr
*.iws
.idea/

# for build
target
build

# for  mac
.DS_Store

/bin/
/examples/