diff options
author | Carl Suster <carl@contraflo.ws> | 2014-02-28 13:42:14 +1100 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-02-28 13:42:14 +1100 |
commit | cdfef4a8e13a7da216e1e1dc8cba7f6f0f13cc69 (patch) | |
tree | 98e077858b79fb0d31fb5c09655c93ed7e341115 /Leiningen.gitignore | |
parent | f68806d71988e285244977a6f336d7f6edeaaf9c (diff) | |
parent | 8ff2f7af0f1f7cbdc39728decb3148811b5e4d48 (diff) | |
download | gitignore-cdfef4a8e13a7da216e1e1dc8cba7f6f0f13cc69.tar.gz gitignore-cdfef4a8e13a7da216e1e1dc8cba7f6f0f13cc69.zip |
Merge pull request #970 from wzhishen/master
Update Leiningen.gitignore with checkouts and lein-failures rules
Diffstat (limited to 'Leiningen.gitignore')
-rw-r--r-- | Leiningen.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 4076612d..0ef5d3f4 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -4,6 +4,8 @@ pom.xml.asc /lib/ /classes/ /target/ +/checkouts/ .lein-deps-sum .lein-repl-history .lein-plugins/ +.lein-failures |