Adding a .gitignore file to prevent accidental commits of files
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..58a4cf3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+target
+.ant-targets-build.xml
+mirrored.build.versions
\ No newline at end of file