From ac5bd05b4c15d05ed232d5a4ced77d49c50ca330 Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Wed, 6 Apr 2016 09:40:54 -0400 Subject: [PATCH] add ipynb checkpoints to gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1396c2a38..31f973884 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,9 @@ target/ # OSX .DS_Store .DS_Store +# Jupyter Notebook checkpoints +.ipynb_checkpoints/ + + + +