commit | 1f3b9d3c334bf3ff5efaf5191164b8438d016cbe | [log] [tgz] |
---|---|---|
author | nickboldt <nboldt@redhat.com> | Fri Oct 13 19:06:55 2017 -0400 |
committer | Nick Boldt <nboldt@redhat.com> | Fri Oct 13 19:16:27 2017 -0400 |
tree | 6b8dce91c898e14ee356ced624c09ec49338b3e9 | |
parent | aed1fc923dec3f879c3cd6d1c9ac6abb1d91461b [diff] |
add target/ and *.jar to .gitignore Signed-off-by: nickboldt <nboldt@redhat.com>
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