aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien Tran <thientran1986@gmail.com>2016-12-29 11:24:27 +0700
committerThien Tran <thientran1986@gmail.com>2016-12-29 11:24:27 +0700
commite2c38da5b717c319bc6f3fa7f3a00ffe16b889b8 (patch)
treec928b860a8b4d893d894f0cc883155b4e1618342
parenta5481c9e3a7ad99474107720058556d62e9419ca (diff)
downloadgitignore-e2c38da5b717c319bc6f3fa7f3a00ffe16b889b8.tar.gz
gitignore-e2c38da5b717c319bc6f3fa7f3a00ffe16b889b8.zip
Update Java.gitignore
-rw-r--r--Java.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/Java.gitignore b/Java.gitignore
index e44e0860..df791ea6 100644
--- a/Java.gitignore
+++ b/Java.gitignore
@@ -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*