From beb45c6981893829515deb7a086e965ccbc8add5 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Mon, 26 Jan 2015 09:07:25 -0500 Subject: [PATCH] Added repo scratch dir to ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8bf1dc9..13508d7 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,7 @@ docs/_build/ target/ # IPython notebook -.ipynb_checkpoints \ No newline at end of file +.ipynb_checkpoints + +# Repo scratch directory +scratch/ \ No newline at end of file