aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeandro Doctors <ldoctors@gmail.com>2016-07-17 23:33:53 -0300
committerGitHub <noreply@github.com>2016-07-17 23:33:53 -0300
commit0ee8f1a95da29cf4c9949fc9572a63269e833b05 (patch)
tree5a3d829dae9eaafbfce477b2004390bd22bc3d72
parentc751b70cc6ec57de20f918dbf05448333ffa2191 (diff)
downloadgitignore-0ee8f1a95da29cf4c9949fc9572a63269e833b05.tar.gz
gitignore-0ee8f1a95da29cf4c9949fc9572a63269e833b05.zip
Correct .jar and .class mentions
-rw-r--r--Leiningen.gitignore3
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/