diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index be35963353..36a4de253d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,10 +22,10 @@ docs/man/man3/* *.sublime-project *.sublime-workspace # docsite stuff... -docsite/rst/modules -docsite/*.html -docsite/_static/*.gif -docsite/_static/*.png -docsite/_static/websupport.js +docsite/latest/rst/modules +docsite/latest/*.html +docsite/latest/_static/*.gif +docsite/latest/_static/*.png +docsite/latest/_static/websupport.js # deb building stuff... debian/ |