From fdfa5e44b96828d9e9244f4a88db2395320b4dcd Mon Sep 17 00:00:00 2001 From: Max Shenfield Date: Sun, 17 Jan 2016 13:16:50 -0600 Subject: [PATCH] Fix #59 ignore all leiningen artifacts and swap files Copy https://github.com/github/gitignore/blob/master/Leiningen.gitignore to make development a little cleaner. This includes `*~` to ignore emacs swap files. --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 102c661..3f9745a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ pom.xml +pom.xml.asc *jar -lib -classes *~ +/lib/ +/classes/ +/target/ +/checkouts/ .lein-deps-sum +.lein-repl-history +.lein-plugins/ +.lein-failures +.nrepl-port