From cda01659ccfd22bc1098004e1169c3fa5670feae Mon Sep 17 00:00:00 2001 From: Jaidev Deshpande Date: Tue, 19 May 2015 22:31:16 +0530 Subject: [PATCH] Gitignore ipynb checkpoints --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c4d4720..8555371 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ target/ # ignore vim swap files *.swp + +# Ignore ipython notebook checkpoints +*.ipynb_checkpoints/*