[commit: ghc] master: gitignore: Ignore sphinx doctrees directories (67284a0)
git at git.haskell.org
git at git.haskell.org
Fri Oct 23 16:04:40 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/67284a07e506e9bd0d008d1ad0cdddc2fbb2c4b0/ghc
>---------------------------------------------------------------
commit 67284a07e506e9bd0d008d1ad0cdddc2fbb2c4b0
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Oct 23 12:06:59 2015 +0200
gitignore: Ignore sphinx doctrees directories
>---------------------------------------------------------------
67284a07e506e9bd0d008d1ad0cdddc2fbb2c4b0
.gitignore | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 20fb883..33664d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -98,7 +98,8 @@ _darcs/
/docs/users_guide/users_guide.pdf
/docs/users_guide/build-html
/docs/users_guide/build-pdf
-/docs/users_guide/.doctrees
+/docs/users_guide/.doctrees-html
+/docs/users_guide/.doctrees-pdf
/driver/ghci/ghc-pkg-inplace
/driver/ghci/ghci-inplace
/driver/ghci/ghci.res
More information about the ghc-commits
mailing list