From 981447c41047f77f22d36e560a73e24a47b35302 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 9 Jun 2011 21:52:56 +0000 Subject: [PATCH] ignore *.iml git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1134100 13f79535-47bb-0310-9956-ffa450edef68 --- its/.gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/its/.gitignore b/its/.gitignore index 914958f919..f06a7e8317 100644 --- a/its/.gitignore +++ b/its/.gitignore @@ -1,7 +1,8 @@ -.svn/ -target/ -.project -.classpath -.settings/ -bin/ -*.ipr +.svn +target +.project +.classpath +.settings +bin +*.ipr +*.iml