update gitignore
This commit is contained in:
parent
e852afc59a
commit
09e43c2301
40
.gitignore
vendored
Normal file → Executable file
40
.gitignore
vendored
Normal file → Executable file
@ -1,17 +1,11 @@
|
||||
# For JAVA
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
@ -19,8 +13,32 @@
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
/bin/
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.class
|
||||
|
||||
*.classpath
|
||||
# eclipse specific git ignore
|
||||
.DS_Store
|
||||
.project
|
||||
.metadata
|
||||
/bin/
|
||||
bin/**
|
||||
tmp/**
|
||||
tmp/**/*
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
.recommenders
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
/.clover/
|
||||
|
Loading…
x
Reference in New Issue
Block a user