aboutsummaryrefslogtreecommitdiffstats
path: root/Leiningen.gitignore
diff options
context:
space:
mode:
authorSean Brewer <seabre986@gmail.com>2013-04-21 02:48:48 -0300
committerSean Brewer <seabre986@gmail.com>2013-04-21 02:48:48 -0300
commit00db51bba6cd155e19124b0941eec6f617872859 (patch)
tree742c124487ce3d9aab395df1ff5abb04855174d4 /Leiningen.gitignore
parent0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff)
downloadgitignore-00db51bba6cd155e19124b0941eec6f617872859.tar.gz
gitignore-00db51bba6cd155e19124b0941eec6f617872859.zip
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
Diffstat (limited to 'Leiningen.gitignore')
-rw-r--r--Leiningen.gitignore1
1 files changed, 1 insertions, 0 deletions
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