Fix ignore doxigen output in .gitignore
This commit is contained in:
parent
6b60560ea2
commit
0664ace260
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -12,8 +12,8 @@ addon
|
|||
*~
|
||||
robots.txt
|
||||
|
||||
#ignore documentation, it should be newly built
|
||||
doc/api
|
||||
#ignore documentation, it should be newly built
|
||||
doc/html
|
||||
|
||||
#ignore reports, should be generted with every build
|
||||
report/
|
||||
|
@ -23,7 +23,7 @@ report/
|
|||
.buildpath
|
||||
.externalToolBuilders
|
||||
.settings
|
||||
#ignore OSX .DS_Store files
|
||||
#ignore OSX .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
/nbproject/private/
|
||||
|
|
Loading…
Reference in a new issue