소스 검색

Correct .jar and .class mentions

Leandro Doctors 8 년 전
부모
커밋
0ee8f1a95d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Leiningen.gitignore

+ 2 - 1
Leiningen.gitignore

@@ -1,6 +1,7 @@
 pom.xml
 pom.xml.asc
-*jar
+*.jar
+*.class
 /lib/
 /classes/
 /target/