From 62a8aca853ae144a723e2e2c1810094ea2ffdaf1 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 3 Oct 2010 23:39:33 +0100 Subject: [PATCH] .gitignore updates --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index be2310ce6f..351c030d7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ target .gradle build/ +.idea +out/ *.ipr *.iml *.iws @@ -9,3 +11,4 @@ intellij/ .classpath .project .DS_Store +atlassian-ide-plugin.xml \ No newline at end of file