Merge pull request #143 from vi/master

Adds gitignore for Leiningen projects
This commit is contained in:
Chris Wanstrath 2011-09-01 16:43:41 -07:00
commit 17ae0da61e
2 changed files with 6 additions and 0 deletions

1
Clojure.gitignore Symbolic link
View File

@ -0,0 +1 @@
Leiningen.gitignore

5
Leiningen.gitignore Normal file
View File

@ -0,0 +1,5 @@
pom.xml
*jar
/lib/
/classes/
.lein-deps-sum