File: .gitignore

package info (click to toggle)
compile-command-annotations 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 596 kB
  • sloc: java: 1,269; xml: 498; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
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
# Project build directory
target/

# Intellij IDEA project files
.idea/
*.iml
*.ipr
*.iws

# Eclipse project files
.settings/
.project
.classpath

# Maven release plugin files
pom.xml.*
release.properties

# Hotspot files
.hotspot_compiler
.attach_pid*
hs_err_pid*.log
hotspot_pid*.log
core.*

# Local stuff
local/