diff --git a/.gitignore b/.gitignore index c33b472..1ee6347 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ # Mobile Tools for Java (J2ME) .mtj.tmp/ +.DS_Store +target/ # Package Files # *.jar @@ -11,5 +13,8 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* /jace/nbproject/private/ -/jace/target/ -*.jace.conf \ No newline at end of file +*.jace.conf +/.netbeans_automatic_build +/.gitignore +/inputFiles.lst +*.DS_Store