From b5fa00fcecae9d8a607c09b95c2ad7f4890b0e56 Mon Sep 17 00:00:00 2001 From: mclarke Date: Sat, 19 Apr 2014 08:51:45 +0000 Subject: [PATCH] Add Intellij IDEA control files to GitIgnore git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588625 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f9250089..34d4c368b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ patch.txt target velocity.log* lib/optional/*.jar -src/tests/antunit/core/output \ No newline at end of file +src/tests/antunit/core/output +.idea +*.iml