From ff85ca61c882f746615458c9ce570e11d5af43e6 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Wed, 18 Sep 2013 21:05:53 +0200 Subject: [PATCH] added IDEA project files to the ignore file --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 698c199..41d4ca9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ # compiled classes *.class + +# idea project files +*.iml +out/ +.idea/ \ No newline at end of file