Merge pull request #2273 from tcthien/master

Ignoring more generated file for Java project
This commit is contained in:
Brendan Forster
2017-02-03 09:36:13 +01:00
committed by GitHub

View File

@@ -1,5 +1,8 @@
*.class *.class
# Log file
*.log
# BlueJ files # BlueJ files
*.ctxt *.ctxt
@@ -10,6 +13,9 @@
*.jar *.jar
*.war *.war
*.ear *.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*