summaryrefslogtreecommitdiff
path: root/.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
commit1c6ee67350cecfd1023dc1b82a727a96a8a66af2 (patch)
tree524b81902b432406f9b7b1e0833b064029501d84 /.gitignore
parent489feee4eb18ace97a6296c9b20b4157af6c984f (diff)
downloadclang-1c6ee67350cecfd1023dc1b82a727a96a8a66af2.tar.gz
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170042 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6be9976262..ea2ff508de 100644
--- a/.gitignore
+++ b/.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