Add .jar to git ignore

Hopefully preventing any accidental commits.
This commit is contained in:
Phillip Webb 2014-05-30 23:46:30 +01:00
parent 212c30f6c7
commit 28cf21dbf9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@ activemq-data
overridedb.* overridedb.*
*.iml *.iml
.idea .idea
*.jar