diff --git a/Spring.gitignore b/Spring.gitignore index cbcca9bc..6be23632 100644 --- a/Spring.gitignore +++ b/Spring.gitignore @@ -1,19 +1,32 @@ -# Compiled +# Compiled class file *.class # Logs *.log logs/ +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + # Build target/ build/ -# Packages +# Package Files # *.jar *.war *.nar *.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* # Maven pom.xml.tag @@ -53,10 +66,6 @@ out/ Thumbs.db desktop.ini -# JVM crashes -hs_err_pid* -replay_pid* - # Temp *.tmp *.temp