aboutsummaryrefslogtreecommitdiff
path: root/clang/.gitignore
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-12 23:02:30 +0000
committerSean Silva <silvas@purdue.edu>2012-12-12 23:02:30 +0000
commit99b51c48ccd375be3111fe31d688d81dc8e1c41f (patch)
treef7fac0db67b0dda69d16c09558c590caa8c10c5d /clang/.gitignore
parent7212ee4534066fa03d361763d5d7195c7a51c521 (diff)
downloadllvm-99b51c48ccd375be3111fe31d688d81dc8e1c41f.zip
llvm-99b51c48ccd375be3111fe31d688d81dc8e1c41f.tar.gz
llvm-99b51c48ccd375be3111fe31d688d81dc8e1c41f.tar.bz2
docs: Initial Sphinx setup for Clang.
I don't think this will be visible just yet on <clang.llvm.org/docs/> since I don't think that the necessary server-side setup has taken place. Don't shoot me over the theme. I don't want to duplicate LLVM's theme into the clang repo at the moment, so I just used one of Sphinx's default themes. llvm-svn: 170042
Diffstat (limited to 'clang/.gitignore')
-rw-r--r--clang/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/.gitignore b/clang/.gitignore
index 6be9976..ea2ff50 100644
--- a/clang/.gitignore
+++ b/clang/.gitignore
@@ -30,3 +30,5 @@ cscope.out
#==============================================================================#
# Clang extra user tools, which is tracked independently (clang-tools-extra).
tools/extra
+# Sphinx build products
+docs/_build