File: .hgignore

package info (click to toggle)
controlsfx 11.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,880 kB
  • sloc: java: 26,920; sh: 120; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
syntax: glob
*.class
*.iml
.DS_Store
build/*
.idea/*
.gradle/*
bin/*
doc/*
.settings/*