File: .gitignore

package info (click to toggle)
eclipse-jdt-core 4.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 109,364 kB
  • sloc: java: 1,633,914; xml: 5,685; sh: 22; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*/bin/
*~
*.rej
*.bak
*.patch
javacore.*
heapdump.*
core.*
Snap.*
/*/bin-resources/
/*/binext/
/*/binprocessors/
/*/antbin/

# maven
/*/target/
/target/