From deebadef075cf1e3f2a08b5d06df1db1e0828cd9 Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 6 May 2014 14:47:52 -0400 Subject: [PATCH 1/2] added gitignore for IPython notebooks --- Global/IPython.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/IPython.gitignore diff --git a/Global/IPython.gitignore b/Global/IPython.gitignore new file mode 100644 index 00000000..155985e2 --- /dev/null +++ b/Global/IPython.gitignore @@ -0,0 +1,4 @@ +# Temporary data +.ipynb_checkpoints/ + + From bd0a82e1d5c94191e06284317596231c32761c2c Mon Sep 17 00:00:00 2001 From: rasbt Date: Tue, 6 May 2014 14:48:13 -0400 Subject: [PATCH 2/2] added gitignore for IPython notebooks --- Global/{IPython.gitignore => IPythonNotebook.gitignore} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/{IPython.gitignore => IPythonNotebook.gitignore} (100%) diff --git a/Global/IPython.gitignore b/Global/IPythonNotebook.gitignore similarity index 100% rename from Global/IPython.gitignore rename to Global/IPythonNotebook.gitignore