From 58f251e982f7c1b59c6934a72683a75c234b3b35 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 24 Jul 2016 19:12:13 -0400 Subject: ignore generated html site folder, that will be pushed directly to the gh-pages branch --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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/* -- cgit v1.3.1