From 785138dfe7db48625fbaee4a5ce0eb9f06f55767 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 28 Oct 2015 19:36:29 -0700 Subject: [PATCH] bump gitignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d053335d..86a7c29d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Windows image file caches -Thumbs.db +Thumbs.db # Folder config file Desktop.ini @@ -82,4 +82,7 @@ tools/xunit.runner.console # New VS Test Runner creates arbitrary folders with PDBs *.pdb -pingme.txt \ No newline at end of file +pingme.txt + +# ReadTheDocs build output +docs/_build