From 3ba4bb31facfe3d0d309b944ab162f34d47b592c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 14 Jun 2012 11:39:16 +0100 Subject: [PATCH] Add Maven artifacts to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 51274577d12..85cd49b777c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .DS_Store .settings .springBeans +target bin build.sh integration-repo @@ -17,6 +18,7 @@ build .classpath .project argfile* +pom.xml # IDEA metadata and output dirs *.iml