From c9787024fae4f105bdb4561d44710e6f6bfdaa24 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Sat, 27 Feb 2016 01:29:30 -0500 Subject: [PATCH] Modified .gitignore to properly ignore auto_example files --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e0463700..c0226d20 100644 --- a/.gitignore +++ b/.gitignore @@ -18,12 +18,8 @@ dist skimage/version.py *.swp .coverage -doc/source/auto_examples/*.py -doc/source/auto_examples/*.txt -doc/source/auto_examples/notebook -doc/source/auto_examples/images/plot_*.png -doc/source/auto_examples/images/thumb -doc/source/auto_examples/applications/ +auto_examples/ +~doc/source/auto_examples/blank_image.png doc/source/_static/random.js .idea/ *.log