From 19871f5f5ff6358664002a02b3c0295868178a7c Mon Sep 17 00:00:00 2001 From: Stephen Pratt Date: Wed, 23 Apr 2014 11:59:18 -0600 Subject: [PATCH] Add Docs/html to Git Ignore Docs/html holds the files generated by Doxygen. It should be ignored by Git. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b321a15..fe4cf93 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ Thumbs.db ## SDL contrib RecastDemo/Contrib/SDL/* + +## Generated doc files +Docs/html