Browse Source

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
master
Nicolas Lalevee 13 years ago
parent
commit
d8aad6eec2
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      .gitignore

+ 21
- 0
.gitignore View File

@@ -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

Loading…
Cancel
Save