.gitignore bin and */src/*/java/META-INF

This commit is contained in:
Rob Winch 2012-06-15 14:54:48 -05:00
parent 5ed5590268
commit 7714c5cd02

2
.gitignore vendored
View File

@ -2,6 +2,8 @@ target/
.classpath .classpath
.project .project
.settings/ .settings/
*/src/*/java/META-INF
bin/
build/ build/
out/ out/
intellij/ intellij/