From 33e6f0ae7748d3f7f94d6bfe007703cf8df22ed6 Mon Sep 17 00:00:00 2001 From: Clipperz Date: Wed, 09 Jan 2013 09:05:40 +0000 Subject: 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. --- diff --git a/.gitignore b/.gitignore index 6e317a9..f4556ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ target -*.pyc \ No newline at end of file +*.pyc +backend/java +scripts/builder/backends/javaBuilder.py \ No newline at end of file -- cgit v0.9.0.2