mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Merge pull request #2273 from tcthien/master
Ignoring more generated file for Java project
This commit is contained in:
commit
9ef1596ac1
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
|
@ -10,6 +13,9 @@
|
|||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue