Add Docs/html to Git Ignore

Docs/html holds the files generated by Doxygen.  It should be ignored by
Git.
This commit is contained in:
Stephen Pratt 2014-04-23 11:59:18 -06:00
parent 9e1bbf9482
commit 19871f5f5f

3
.gitignore vendored
View File

@ -38,3 +38,6 @@ Thumbs.db
## SDL contrib ## SDL contrib
RecastDemo/Contrib/SDL/* RecastDemo/Contrib/SDL/*
## Generated doc files
Docs/html