From 6c7e1afaea3020e1bb05e000f27c8375b38e178d Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Mon, 2 Nov 2015 17:32:00 -0500 Subject: [PATCH] Ignore mkdocs' site dir. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f8028b..b89ed77 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,6 @@ demos/web/unknown*.npy models/openface/*.t7 models/openface/*.pkl -celeb-classifier* \ No newline at end of file +celeb-classifier* + +site