diff options
author | Tony Lotts <tonylotts@users.noreply.github.com> | 2016-05-25 00:05:22 +0800 |
---|---|---|
committer | Tony Lotts <tonylotts@users.noreply.github.com> | 2016-05-25 00:05:22 +0800 |
commit | 869ed27de9d6781d4a9e03f12598497b171ccc06 (patch) | |
tree | e24d7b60f15fd34d31c45853a66b2ba224b41e33 | |
parent | 8f35779cefbabdca21cfc4cda55abb1290d59fd9 (diff) | |
download | gitignore-869ed27de9d6781d4a9e03f12598497b171ccc06.tar.gz gitignore-869ed27de9d6781d4a9e03f12598497b171ccc06.zip |
Ignore ensime files
See https://github.com/ensime
-rw-r--r-- | Scala.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Scala.gitignore b/Scala.gitignore index c58d83b3..47210014 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -13,5 +13,7 @@ project/boot/ project/plugins/project/ # Scala-IDE specific +.ensime +.ensime_cache/ .scala_dependencies .worksheet |