Fix ignore doxigen output in .gitignore

This commit is contained in:
fabrixxm 2015-12-28 09:44:30 +01:00
父節點 6b60560ea2
當前提交 0664ace260
共有 1 個檔案被更改,包括 3 行新增3 行删除

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/