Commit 3292124f authored by Ghislain Antony Vaillant's avatar Ghislain Antony Vaillant Committed by GitHub

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.
parent 20cd3857
......@@ -92,3 +92,6 @@ ENV/
# Rope project settings
.ropeproject
# mkdocs documentation
site/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment