diff options
author | bibby <bibby@bbby.org> | 2014-03-05 07:53:33 -0800 |
---|---|---|
committer | bibby <bibby@bbby.org> | 2014-03-05 07:53:33 -0800 |
commit | 141b3135954737ee5be5ad2c7371796d20940719 (patch) | |
tree | 11467e57c42a184c3583eaf76a922c0c0694e34d /.gitignore | |
parent | b2ce682f6ed9493423be257a5b2e87126692a94f (diff) | |
download | redot-engine-141b3135954737ee5be5ad2c7371796d20940719.tar.gz |
Closes bb-code tags, allowing make_doc.sh to finish
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de9eed200a..96f7a6ea91 100644 --- a/.gitignore +++ b/.gitignore @@ -151,6 +151,9 @@ AutoTest.Net/ # Installshield output folder [Ee]xpress/ +# dumpdoc generated files +doc/html/class_list + # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT |