Skip to content

Commit e53540f

Browse files
committed
Standardise .gitignore across projects
1 parent 0d0e722 commit e53540f

1 file changed

Lines changed: 35 additions & 6 deletions

File tree

.gitignore

100755100644
Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,52 @@
1+
### How to update
2+
# This is copied from OpenHFT/.gitignore
3+
# update the original and run OpenHFT/update_gitignore.sh
4+
5+
### Compiled class file
16
*.class
27

3-
# Package Files #
8+
### Package Files
49
*.jar
510
*.war
611
*.ear
712

8-
# IntelliJ
13+
### Log file
14+
*.log
15+
16+
### IntelliJ
917
*.iml
1018
*.ipr
1119
*.iws
1220
.idea
21+
.attach_pid*
1322

14-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23+
### Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1524
hs_err_pid*
1625

17-
# Eclipse
26+
### Maven template
27+
target/
28+
pom.xml.tag
29+
pom.xml.releaseBackup
30+
pom.xml.versionsBackup
31+
pom.xml.next
32+
release.properties
33+
34+
### Eclipse template
35+
*.pydevproject
36+
.metadata
37+
.gradle
38+
bin/
39+
tmp/
40+
*.tmp
41+
*.bak
42+
*.swp
43+
*~.nib
44+
local.properties
1845
.classpath
1946
.project
2047
.settings/
48+
.loadpath
2149

22-
# maven
23-
target
50+
### Queue files
51+
*.cq4t
52+
*.cq4

0 commit comments

Comments
 (0)