update .gitignore to ignore doc/

This commit is contained in:
AlexKnauth 2015-11-14 15:19:34 -05:00
parent 47c1b4c367
commit d712e5d953

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
**/compiled/* **/compiled/*
doc/
**/*.bak **/*.bak
**/*.html **/*.html
**/*.js **/*.js