diff options
author | firefly2442 <firefly2442@gmail.com> | 2015-09-09 02:55:47 -0500 |
---|---|---|
committer | firefly2442 <firefly2442@gmail.com> | 2015-09-09 02:55:47 -0500 |
commit | 0e60b959cd19e6971ee19851a340c13d28f228c1 (patch) | |
tree | 32ab3553ab302557b19872f3da8b4b7faac9a9a4 /.gitignore | |
parent | 2d570ac657d71f7967f6a520c672641f64b5272d (diff) |
Fix absolute paths used in doxygen, ignore generated documentation in Git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 613eff442a..66cf235f67 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,9 @@ tools/editor/editor_icons.cpp make.bat log.txt +# Doxygen generated documentation +doc/doxygen/* + # Javascript specific *.bc @@ -282,4 +285,4 @@ cscope.in.out cscope.po.out godot.creator.* -projects/
\ No newline at end of file +projects/ |