From 4ed6eb78bfdd99fc871933e2b5991f82b685f625 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 18 Jul 2015 08:08:40 -0400 Subject: [PATCH] .gitignore: Added repo scratch directory. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37d65734f..5980f7d01 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ Thumbs.db .boto .mrjob.conf .s3cfg -.aws/ \ No newline at end of file +.aws/ + +# Repo scratch directory +scratch/ \ No newline at end of file