From 00db51bba6cd155e19124b0941eec6f617872859 Mon Sep 17 00:00:00 2001 From: Sean Brewer Date: Sun, 21 Apr 2013 02:48:48 -0300 Subject: [PATCH] Ignore Leiningen REPL history If you open an REPL within your project with `lein repl`, your REPL history gets saved in .lein-repl-history. This file does not need to be committed to a repository --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index 40fbb289..62e85466 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -4,3 +4,4 @@ pom.xml /classes/ /targets/ .lein-deps-sum +.lein-repl-history