summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-19 16:31:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-19 16:31:19 +0000
commit75083ebc09a3dd47099e3912ac090dbc907f3eaf (patch)
tree20edebe81dacd338dd222b40866b9102424693f4 /.gitignore
parent90275ea2ee7c7a960a3567926140b26a526b0aa1 (diff)
downloadllvm-75083ebc09a3dd47099e3912ac090dbc907f3eaf.tar.gz
llvm-75083ebc09a3dd47099e3912ac090dbc907f3eaf.tar.bz2
llvm-75083ebc09a3dd47099e3912ac090dbc907f3eaf.tar.xz
[docs] Stub out structure for Sphinx-based docs.
- Work in progress, this is just the basic structure. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155132 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 b3d030e517..cdbcbb94e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,5 @@ projects/*
tools/clang
# LLDB, which is tracked independently.
tools/lldb
+# Sphinx build tree, if building in-source dir.
+docs/_build