소스 검색

Update Java.gitignore

Thien Tran 8 년 전
부모
커밋
e2c38da5b7
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      Java.gitignore

+ 11 - 0
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*