From a240f76971fc3d4266c1829b57b49e8113b9062c Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 6 Apr 2012 21:02:20 +0000 Subject: docs: Sketch Sphinx based docs structure. - This uses the llvm-theme developed by Michael Spencer and the base structure (front-facing index page) I use for LNT. git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@154206 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1682afa40..f59f668ad 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,9 @@ *.pyc # vim swap files .*.swp + +#==============================================================================# +# Directories to be ignored. +#==============================================================================# +# Sphinx build files. +docs/_build -- cgit v1.2.3