From e2c38da5b717c319bc6f3fa7f3a00ffe16b889b8 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 29 Dec 2016 11:24:27 +0700 Subject: [PATCH] Update Java.gitignore --- Java.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) 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* -- 2.39.5