diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 16:31:19 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 16:31:19 +0000 |
commit | 75083ebc09a3dd47099e3912ac090dbc907f3eaf (patch) | |
tree | 20edebe81dacd338dd222b40866b9102424693f4 /.gitignore | |
parent | 90275ea2ee7c7a960a3567926140b26a526b0aa1 (diff) |
[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-- | .gitignore | 2 |
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 |