Ignore Leiningen plugins folder

On first time install with `lein deps`, it created lein-plugins folder so, ignoring it.
This commit is contained in:
Felipe Elias Philipp 2012-11-10 15:02:46 +01:00
parent 1a189605f6
commit 32834d8749

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ target
*.jar *.jar
.DS_Store .DS_Store
.lein-deps-sum .lein-deps-sum
.lein-plugins