Repository: spark Updated Branches: refs/heads/master dbf428c87 -> 90a7519da
[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. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/90a7519d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/90a7519d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/90a7519d Branch: refs/heads/master Commit: 90a7519daaa7f4ee3be7c5a9aa244120811ff6eb Parents: dbf428c Author: Jakob Odersky <[email protected]> Authored: Wed Nov 18 11:35:41 2015 -0800 Committer: Josh Rosen <[email protected]> Committed: Wed Nov 18 11:35:41 2015 -0800 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/90a7519d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 08f2d8f..07524bc 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]
