From d8aad6eec289c273806c86e890161042b7c5ecec Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Wed, 15 Aug 2012 11:16:51 +0000 Subject: [PATCH] Add .gitignore for thoses like me who need to "commit" while being offline git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1373336 13f79535-47bb-0310-9956-ffa450edef68 --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..5f9250089 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.el +*.ipr +*.iws +*.pif +.ant.properties +.classpath +.project +.settings +bin +apache-ant-1.* +bootstrap +build +dist +distribution +java-repository +patch.tar.gz +patch.txt +target +velocity.log* +lib/optional/*.jar +src/tests/antunit/core/output \ No newline at end of file