summaryrefslogtreecommitdiff
authorClipperz <info@clipperz.com>2013-01-09 09:05:40 (UTC)
committer Clipperz <info@clipperz.com>2013-01-09 09:05:40 (UTC)
commit33e6f0ae7748d3f7f94d6bfe007703cf8df22ed6 (patch) (unidiff)
tree0e0c9cede7e27d89d57a580282c08538af790f17
parent644891059e1f37d0748bc34b9ca78c05fa748214 (diff)
downloadclipperz-33e6f0ae7748d3f7f94d6bfe007703cf8df22ed6.zip
clipperz-33e6f0ae7748d3f7f94d6bfe007703cf8df22ed6.tar.gz
clipperz-33e6f0ae7748d3f7f94d6bfe007703cf8df22ed6.tar.bz2
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.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6e317a9..f4556ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
1target 1target
2*.pyc \ No newline at end of file 2*.pyc
3backend/java
4scripts/builder/backends/javaBuilder.py \ No newline at end of file