From 879f1516fc50c891860148d025d74d68e118e064 Mon Sep 17 00:00:00 2001 From: Brendan Robert Date: Sun, 29 Mar 2015 00:36:34 -0500 Subject: [PATCH] Added patterns to the ignore file --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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