aboutsummaryrefslogtreecommitdiffstats
path: root/Python.gitignore
diff options
context:
space:
mode:
authorGhislain Antony Vaillant <ghisvail@users.noreply.github.com>2017-03-31 09:53:22 +0100
committerGitHub <noreply@github.com>2017-03-31 09:53:22 +0100
commit3292124f0614ee5a687b8c1609da8286c4a34d1e (patch)
treefd95d5d3fca56c401822cccf0ebcf425c3eca931 /Python.gitignore
parent20cd385794419463136c26d8e76c754fbf2d0678 (diff)
downloadgitignore-3292124f0614ee5a687b8c1609da8286c4a34d1e.tar.gz
gitignore-3292124f0614ee5a687b8c1609da8286c4a34d1e.zip
Ignore mkdocs site directory
[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.
Diffstat (limited to 'Python.gitignore')
-rw-r--r--Python.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore
index 62c1e736..4c5850d3 100644
--- a/Python.gitignore
+++ b/Python.gitignore
@@ -92,3 +92,6 @@ ENV/
# Rope project settings
.ropeproject
+
+# mkdocs documentation
+site/