diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..fdd5302562ba104e24857386bc6b04c32cf40328 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +*.class + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# Windows image file caches +Thumbs.db \ No newline at end of file