gitignore: Ignore generated HTML and doc source dir
The doc source dir largely consists of autogenerated files, so it
should be fine to ignore at a directory level. Git will of course
continue to track changes to already-added files in that directory,
and it is possible to manually git add
new files if need be.
Signed-off-by: Jason Gerecke jason.gerecke@wacom.com
Edited by Jason Gerecke