Exclude the build/ and dist/ folders created by Ant builds

This commit is contained in:
Sam Harwell 2012-11-26 02:27:05 -06:00
parent 6421e312a4
commit b56f6d858f
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -4,6 +4,10 @@
/gunit/target/
/antlr4-maven-plugin/target/
# Ant build folders
/build/
/dist/
# IntelliJ projects
*.iml
*.ipr