Repository: spark
Updated Branches:
  refs/heads/branch-1.6 7e90893e9 -> 656e1cc50


[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.

(cherry picked from commit 90a7519daaa7f4ee3be7c5a9aa244120811ff6eb)
Signed-off-by: Josh Rosen <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/656e1cc5
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/656e1cc5
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/656e1cc5

Branch: refs/heads/branch-1.6
Commit: 656e1cc508a91374fa6e99f537891b3fcf56814b
Parents: 7e90893
Author: Jakob Odersky <[email protected]>
Authored: Wed Nov 18 11:35:41 2015 -0800
Committer: Josh Rosen <[email protected]>
Committed: Wed Nov 18 11:36:20 2015 -0800

----------------------------------------------------------------------
 .gitignore | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/656e1cc5/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index debad77..350d9bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@ spark-tests.log
 streaming-tests.log
 dependency-reduced-pom.xml
 .ensime
+.ensime_cache/
 .ensime_lucene
 checkpoint
 derby.log


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to