Repository: incubator-systemml Updated Branches: refs/heads/master e3d46d00e -> 7e9accbc7
Add scratch_space to .gitignore If SystemML executed from project root directory, such as in an IDE, scratch_space directory created in root of project, so add scratch_space directory to .gitignore. Closes #38. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/7e9accbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/7e9accbc Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/7e9accbc Branch: refs/heads/master Commit: 7e9accbc7f5bc96858ed87cfccf7576ab880250f Parents: e3d46d0 Author: Deron Eriksson <[email protected]> Authored: Thu Jan 14 16:43:25 2016 -0800 Committer: Deron Eriksson <[email protected]> Committed: Thu Jan 14 16:43:25 2016 -0800 ---------------------------------------------------------------------- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/7e9accbc/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 0c80d23..0b92edb 100644 --- a/.gitignore +++ b/.gitignore @@ -52,8 +52,9 @@ src/test/scripts/**/in src/test/scripts/**/out src/test/scripts/**/expected -# Working directory +# Working directory and scratch space temp/* +scratch_space/ # Ruby Gemfile.lock
