Updated .gitignore

Added java source code and build script to the ignore file.

This allows to keep java code into the workarea in order to build release artifacts, without having to commit it to the public repository.
master-GE
Clipperz 2013-01-09 10:05:40 +01:00
parent 644891059e
commit 33e6f0ae77
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
target
*.pyc
*.pyc
backend/java
scripts/builder/backends/javaBuilder.py