Skip to content

Commit 90a7519

Browse files
joderskyJoshRosen
authored andcommitted
[MINOR][BUILD] Ignore ensime cache
Using ENSIME, I often have `.ensime_cache` polluting my source tree. This PR simply adds the cache directory to `.gitignore` Author: Jakob Odersky <[email protected]> Closes #9708 from jodersky/master.
1 parent dbf428c commit 90a7519

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spark-tests.log
5050
streaming-tests.log
5151
dependency-reduced-pom.xml
5252
.ensime
53+
.ensime_cache/
5354
.ensime_lucene
5455
checkpoint
5556
derby.log

0 commit comments

Comments
 (0)