Merge "add target/ and *.jar to .gitignore"
diff --git a/.gitignore b/.gitignore
index 76c2bf2..cb2bfee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,4 +31,6 @@
 .fbwarnings
 javaCompiler...args
 
-target/
\ No newline at end of file
+# generated files and libs
+target/
+*.jar