From f8006b44b71a7b1c82c144c0197024c8599f11b6 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 1 Oct 2011 21:10:51 +0000 Subject: [PATCH] add a simple .gitignore git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1178090 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59aa359 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +target + +#idea +*.iml + +#eclipse +.classpath +.project +.settings