Skip to content
Snippets Groups Projects
Commit 90a7519d authored by Jakob Odersky's avatar Jakob Odersky Committed by Josh Rosen
Browse files

[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 <jodersky@gmail.com>

Closes #9708 from jodersky/master.
parent dbf428c8
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ spark-tests.log
streaming-tests.log
dependency-reduced-pom.xml
.ensime
.ensime_cache/
.ensime_lucene
checkpoint
derby.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment