NOJIRA: added .cache to gitignore
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/b3bda195 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/b3bda195 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/b3bda195 Branch: refs/heads/flink-binding Commit: b3bda195ad72cdbab0c31a80acc409a8a415d11e Parents: de732d4 Author: Alexey Grigorev <[email protected]> Authored: Thu May 28 15:18:32 2015 +0200 Committer: Alexey Grigorev <[email protected]> Committed: Fri Sep 25 17:41:47 2015 +0200 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/b3bda195/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 731aa5d..63490bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ output-asf-email-examples/ .settings/ .idea/ .DS_Store +.cache *.iml target/ examples/bin/tmp
