Skip to content

Commit 9ef1596

Browse files
authored
Merge pull request #2273 from tcthien/master
Ignoring more generated file for Java project
2 parents 06ef3a9 + 4fd9340 commit 9ef1596

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Java.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*.class
22

3+
# Log file
4+
*.log
5+
36
# BlueJ files
47
*.ctxt
58

@@ -10,6 +13,9 @@
1013
*.jar
1114
*.war
1215
*.ear
16+
*.zip
17+
*.tar.gz
18+
*.rar
1319

1420
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1521
hs_err_pid*

0 commit comments

Comments
 (0)