diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 13:59:09 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 13:59:09 -0400 |
commit | 53f229d5046394702a07b0717c769f5c149a6581 (patch) | |
tree | 1b9fdfc348b0153e2d2e66a6d18ecf941fe2be51 | |
parent | 5c6c4087563a09a313d59b7df680f56209d3a130 (diff) | |
download | iciql-53f229d5046394702a07b0717c769f5c149a6581.tar.gz iciql-53f229d5046394702a07b0717c769f5c149a6581.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,9 +1,11 @@ +/.idea
/bin
/build
/doclava
/ext
/javadoc
/site
+/target
/*.zip
/*.jar
/build.properties
@@ -14,3 +16,4 @@ /testdbs
/*.sh
/*.ps1
+/*.iml
|