Add generated 'Docs/qch/' directory to git ignore list.

This commit is contained in:
Yao Wei Tjong 姚伟忠 2014-10-14 12:03:40 +08:00
Родитель e58e57776e
Коммит 1ba8e3708b
2 изменённых файлов: 3 добавлений и 2 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -29,6 +29,7 @@ Lib/
# Generated documentation
Docs/html/
Docs/qch/
Docs/Doxyfile
Docs/minimal-*

Просмотреть файл

@ -1062,13 +1062,13 @@ GENERATE_QHP = @CodeBlocks_HELP@
# be used to specify the file name of the resulting .qch file.
# The path specified is relative to the HTML output folder.
QCH_FILE = com.github.urho3d.Urho3D.@URHO3D_VERSION@
QCH_FILE =
# The QHP_NAMESPACE tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see
# http://doc.trolltech.com/qthelpproject.html#namespace
QHP_NAMESPACE = com.github.urho3d.Urho3D
QHP_NAMESPACE = com.github.urho3d.Urho3D.@URHO3D_VERSION@
# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
# Qt Help Project output. For more information please see