From bc8965410186db5221af29247ec7e8edc357e875 Mon Sep 17 00:00:00 2001 From: Ben Ripkens Date: Wed, 16 May 2012 17:17:08 +0300 Subject: [PATCH] Ignore information for lein plugin directory. The directory is similar to the lib/ directory as it also contains downloaded dependencies (or in this case plugins). --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b218..35e62d3c 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -3,3 +3,4 @@ pom.xml /lib/ /classes/ .lein-deps-sum +.lein-plugins/ \ No newline at end of file