Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Stryker2017-11-20 21:34:41 +0000
committerGerrit Code Review @ Eclipse.org2017-11-20 21:34:41 +0000
commit955195d7222368300be93ec2c6a146ad79380f50 (patch)
tree77d3da00e1468fcab35adf3981acd2160e54d0c2
parent03fe6a3e4a6c37027a480db11f7526b6b4b81717 (diff)
parent1f3b9d3c334bf3ff5efaf5191164b8438d016cbe (diff)
downloadwebtools.common-955195d7222368300be93ec2c6a146ad79380f50.tar.gz
webtools.common-955195d7222368300be93ec2c6a146ad79380f50.tar.xz
webtools.common-955195d7222368300be93ec2c6a146ad79380f50.zip
Merge "add target/ and *.jar to .gitignore"
-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