Repository: mahout Updated Branches: refs/heads/master adb0955f5 -> 6604f1d9f
MAHOUT-1655: Replaced mrlegacy with mr in .gitignore Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/6604f1d9 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/6604f1d9 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/6604f1d9 Branch: refs/heads/master Commit: 6604f1d9f636bf331ac70077be557e75d3b035d9 Parents: adb0955 Author: Stevo Slavic <[email protected]> Authored: Thu Apr 2 00:15:24 2015 +0200 Committer: Stevo Slavic <[email protected]> Committed: Thu Apr 2 00:15:24 2015 +0200 ---------------------------------------------------------------------- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/6604f1d9/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f500375..731aa5d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,11 @@ output-asf-email-examples/ target/ examples/bin/tmp output -mrlegacy/build/ -mrlegacy/input/ -mrlegacy/output/ -mrlegacy/testdata/ -mrlegacy/temp +mr/build/ +mr/input/ +mr/output/ +mr/testdata/ +mr/temp temp foo math-tests/
