From cecbc43f8f96c2d661d27d153ee6cc756e3d43b0 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Wed, 30 Nov 2016 14:46:11 -0800 Subject: [PATCH] add temporary files to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab22770..6321dc2 100644 --- a/.gitignore +++ b/.gitignore @@ -98,4 +98,5 @@ notebooks/recipeitems-latest.json notebooks/FremontBridge.csv notebooks/gistemp250.nc notebooks/marathon-data.csv -notebooks/my_figure.png \ No newline at end of file +notebooks/my_figure.png +notebooks/hello.png \ No newline at end of file