summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-07-24 19:12:13 -0400
committerJordan Wiens <jordan@psifertex.com>2016-07-24 19:12:13 -0400
commit58f251e982f7c1b59c6934a72683a75c234b3b35 (patch)
tree90b5ddbc11d2cb7a781bb13023b9350ae0ac1673 /.gitignore
parentb6b76645f0a5e7e631363c4b4ae6383993669abf (diff)
ignore generated html site folder, that will be pushed directly to the gh-pages branch
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7b63ad89..8921bb5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ python/generator
python/generator.exe
.vs
xml
+site/*