diff options
author | Leandro Doctors <ldoctors@gmail.com> | 2016-07-17 23:33:53 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-17 23:33:53 -0300 |
commit | 0ee8f1a95da29cf4c9949fc9572a63269e833b05 (patch) | |
tree | 5a3d829dae9eaafbfce477b2004390bd22bc3d72 | |
parent | c751b70cc6ec57de20f918dbf05448333ffa2191 (diff) | |
download | gitignore-0ee8f1a95da29cf4c9949fc9572a63269e833b05.tar.gz gitignore-0ee8f1a95da29cf4c9949fc9572a63269e833b05.zip |
Correct .jar and .class mentions
-rw-r--r-- | Leiningen.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 47fed6c2..a9fe6fba 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -1,6 +1,7 @@ pom.xml pom.xml.asc -*jar +*.jar +*.class /lib/ /classes/ /target/ |