File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1524hs_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
You can’t perform that action at this time.
0 commit comments