From c3245e45c2251feeec05dbe09b81712f55cb5ce6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 27 Nov 2013 21:35:43 -0500 Subject: [PATCH] Update the .gitignore based on the docsite restructuring. --- .gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index db77f298fa..3d33ca7a3a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,13 +24,13 @@ docs/man/man3/* *.sublime-project *.sublime-workspace # docsite stuff... -docsite/latest/rst/modules -docsite/latest/*.html -docsite/latest/_static/*.gif -docsite/latest/_static/*.png -docsite/latest/_static/websupport.js -docsite/latest/searchindex.js -docsite/latest/htmlout +docsite/rst/modules +docsite/*.html +docsite/_static/*.gif +docsite/_static/*.png +docsite/_static/websupport.js +docsite/searchindex.js +docsite/htmlout # deb building stuff... debian/ # Vim swap files