From 0ee8f1a95da29cf4c9949fc9572a63269e833b05 Mon Sep 17 00:00:00 2001 From: Leandro Doctors Date: Sun, 17 Jul 2016 23:33:53 -0300 Subject: [PATCH] Correct .jar and .class mentions --- Leiningen.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/