From bef1bc0976f7bfcba589f232cc2bc5fe82886864 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Tue, 26 Aug 2014 15:02:52 +0200 Subject: [PATCH] added notebook.safe to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 265acb1..e38f73d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ *.swp *.*#* .idea -__pycache__ \ No newline at end of file +__pycache__ +notebook.safe \ No newline at end of file