diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,8 +1,15 @@ +# Compiled class file *.class # Mobile Tools for Java (J2ME) .mtj.tmp/ +# Log file +*.log + +# BlueJ files +*.ctxt + # Package Files # *.jar *.war @@ -15,4 +22,7 @@ hs_err_pid* .idea *.iml -target
\ No newline at end of file +target + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid*
\ No newline at end of file |