File: .gitignore

package info (click to toggle)
openhft-chronicle-threads 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 176 kB
  • ctags: 175
  • sloc: java: 871; xml: 126; makefile: 4
file content (23 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.class

# Package Files #
*.jar
*.war
*.ear

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

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Eclipse
.classpath
.project
.settings/

# maven
target