Skip to content

Commit

Permalink
[MINOR][BUILD] Ignore ensime cache
Browse files Browse the repository at this point in the history
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 apache#9708 from jodersky/master.
  • Loading branch information
jodersky authored and JoshRosen committed Nov 18, 2015
1 parent dbf428c commit 90a7519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spark-tests.log
streaming-tests.log
dependency-reduced-pom.xml
.ensime
.ensime_cache/
.ensime_lucene
checkpoint
derby.log
Expand Down

0 comments on commit 90a7519

Please sign in to comment.