aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Normen Müller <nml@mad.ai>2013-11-01 16:20:41 +0100
committerDr. Normen Müller <nml@mad.ai>2013-11-01 16:20:41 +0100
commitbfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52 (patch)
treefa63edc2e2c86338ad66d880c6bd466bd605f7a1
parent4454b1a933771ce6a9fad1499f6ef60d9f4efd24 (diff)
downloadgitignore-bfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52.tar.gz
gitignore-bfbd2f9f73b58d867f3292d6e3a7b7f8e002cd52.zip
add `.lib/` to list of Scala ignores
This directory is motivated by the `sbt.g8` template.
-rw-r--r--Scala.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Scala.gitignore b/Scala.gitignore
index 4abe7692..b78b64aa 100644
--- a/Scala.gitignore
+++ b/Scala.gitignore
@@ -2,6 +2,7 @@
*.log
# sbt specific
+.lib/
dist/*
target/
lib_managed/