aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-06 21:02:20 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-06 21:02:20 +0000
commita240f76971fc3d4266c1829b57b49e8113b9062c (patch)
treef5bc13a785e690f829c341a8d73edda59e2e1caa /.gitignore
parent8c7fc6c84adb82d3f6e1f42d9ed31742f7a6d264 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
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