]> source.dussan.org Git - gitignore.git/commitdiff
Update Java.gitignore
authorThien Tran <thientran1986@gmail.com>
Thu, 29 Dec 2016 04:24:27 +0000 (11:24 +0700)
committerThien Tran <thientran1986@gmail.com>
Thu, 29 Dec 2016 04:24:27 +0000 (11:24 +0700)
Java.gitignore

index e44e086040597dcb2d46b3f299863bf1ef9790ae..df791ea6f6534212081b0a54ee5902c2eaf21681 100644 (file)
@@ -1,5 +1,13 @@
 *.class
 
+# Eclipse editor
+.classpath
+.project
+.settings/
+
+# Log file
+.log
+
 # BlueJ files
 *.ctxt
 
@@ -11,5 +19,8 @@
 *.war
 *.ear
 
+# Vagrant
+.vagrant
+
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*