Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 76c2bf279..cb2bfee2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,4 +31,6 @@ src.zip
.fbwarnings
javaCompiler...args
-target/ \ No newline at end of file
+# generated files and libs
+target/
+*.jar

Back to the top