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.
This commit is contained in:
Clipperz 2013-01-09 10:05:40 +01:00
parent 644891059e
commit 33e6f0ae77

2
.gitignore vendored
View File

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