added .gitignore

This commit is contained in:
Peter Niederwieser
2012-02-29 22:55:08 +01:00
parent 979b011ca6
commit aded833e11
+20
View File
@@ -0,0 +1,20 @@
# Ant build
ant/
# Gradle build
build/
# Maven build
target/
# Eclipse
*.classpath
*.project
.settings
bin/
# IDEA
*.iws
*.ipr
*.iml
out/