updated .gitignore

main
Peter Niederwieser 13 years ago
parent 46e559c1d2
commit 57ddb0d3fe

20
.gitignore vendored

@ -1,20 +1,20 @@
# Ant build
ant/
# Ant
ant
# Gradle build
build/
# Gradle
build
# Maven build
target/
# Maven
target
# Eclipse
*.classpath
*.project
.classpath
.project
.settings
bin/
bin
# IDEA
*.iws
*.ipr
*.iml
out/
out
Loading…
Cancel
Save