forked from qt-creator/qt-creator
Fix gitignore for non shadow builds
Ignore qbs binaries, tests Change-Id: Ica9764eb08c0d82d33374057205813746a5a6ecf Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c3b7dc0ac1
commit
62a83b2b3f
35
.gitignore
vendored
35
.gitignore
vendored
@@ -111,7 +111,9 @@ tmp/
|
|||||||
# --------
|
# --------
|
||||||
*.dll
|
*.dll
|
||||||
*.exe
|
*.exe
|
||||||
|
/bin/buildoutputparser
|
||||||
/bin/cpaster
|
/bin/cpaster
|
||||||
|
/bin/qbs*
|
||||||
/bin/qmlpuppet
|
/bin/qmlpuppet
|
||||||
/bin/qml2puppet
|
/bin/qml2puppet
|
||||||
/bin/qtcreator
|
/bin/qtcreator
|
||||||
@@ -121,6 +123,7 @@ tmp/
|
|||||||
/bin/qtpromaker
|
/bin/qtpromaker
|
||||||
/bin/sdktool
|
/bin/sdktool
|
||||||
/share/doc/qtcreator/*.qch
|
/share/doc/qtcreator/*.qch
|
||||||
|
/share/qtcreator/qbs/
|
||||||
/src/tools/cplusplus-mkvisitor/cplusplus-mkvisitor
|
/src/tools/cplusplus-mkvisitor/cplusplus-mkvisitor
|
||||||
/src/tools/cplusplus-update-frontend/cplusplus-update-frontend
|
/src/tools/cplusplus-update-frontend/cplusplus-update-frontend
|
||||||
/src/tools/qml/qmldump/qmldump
|
/src/tools/qml/qmldump/qmldump
|
||||||
@@ -150,12 +153,18 @@ tmp/
|
|||||||
/tests/auto/cplusplus/lookup/tst_lookup
|
/tests/auto/cplusplus/lookup/tst_lookup
|
||||||
/tests/auto/cplusplus/preprocessor/tst_preprocessor
|
/tests/auto/cplusplus/preprocessor/tst_preprocessor
|
||||||
/tests/auto/cplusplus/semantic/tst_semantic
|
/tests/auto/cplusplus/semantic/tst_semantic
|
||||||
|
/tests/auto/cplusplus/translationunit/tst_translationunit
|
||||||
/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter
|
/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter
|
||||||
|
/tests/auto/debugger/qt_tst_dumpers_*
|
||||||
|
/tests/auto/debugger/tst_disassembler
|
||||||
/tests/auto/debugger/tst_dumpers
|
/tests/auto/debugger/tst_dumpers
|
||||||
/tests/auto/debugger/tst_gdb
|
/tests/auto/debugger/tst_gdb
|
||||||
/tests/auto/debugger/tst_namedemangler
|
/tests/auto/debugger/tst_namedemangler
|
||||||
|
/tests/auto/debugger/tst_offsets
|
||||||
/tests/auto/debugger/tst_olddumpers
|
/tests/auto/debugger/tst_olddumpers
|
||||||
|
/tests/auto/debugger/tst_simplifytypes
|
||||||
/tests/auto/debugger/tst_version
|
/tests/auto/debugger/tst_version
|
||||||
|
/tests/auto/diff/differ/tst_differ
|
||||||
/tests/auto/environment/tst_environment
|
/tests/auto/environment/tst_environment
|
||||||
/tests/auto/extensionsystem/pluginmanager/tst_pluginmanager
|
/tests/auto/extensionsystem/pluginmanager/tst_pluginmanager
|
||||||
/tests/auto/extensionsystem/pluginspec/tst_pluginspec
|
/tests/auto/extensionsystem/pluginspec/tst_pluginspec
|
||||||
@@ -166,16 +175,40 @@ tmp/
|
|||||||
/tests/auto/generichighlighter/specificrules/tst_specificrules
|
/tests/auto/generichighlighter/specificrules/tst_specificrules
|
||||||
/tests/auto/ioutils/tst_ioutils
|
/tests/auto/ioutils/tst_ioutils
|
||||||
/tests/auto/profilewriter/tst_profilewriter
|
/tests/auto/profilewriter/tst_profilewriter
|
||||||
|
/tests/auto/qml/codemodel/check/tst_codemodel_check
|
||||||
|
/tests/auto/qml/persistenttrie/tst_trie_check
|
||||||
/tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus
|
/tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus
|
||||||
/tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core
|
/tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core
|
||||||
/tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor
|
/tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor
|
||||||
|
/tests/auto/qml/qmleditor/qmlcodeformatter/tst_qmlcodeformatter
|
||||||
|
/tests/auto/qml/qmljssimplereader/tst_qmljssimplereader
|
||||||
|
/tests/auto/qml/qmlprojectmanager/fileformat/tst_fileformat
|
||||||
|
/tests/auto/qml/qrcparser/tst_qrcparser
|
||||||
|
/tests/auto/qml/reformatter/tst_reformatter
|
||||||
/tests/auto/qtcprocess/tst_qtcprocess
|
/tests/auto/qtcprocess/tst_qtcprocess
|
||||||
|
/tests/auto/treeviewfind/tst_treeviewfind
|
||||||
|
/tests/auto/utils/ansiescapecodehandler/tst_ansiescapecodehandler
|
||||||
/tests/auto/utils/fileutils/tst_fileutils
|
/tests/auto/utils/fileutils/tst_fileutils
|
||||||
/tests/auto/utils_stringutils/tst_utils_stringutils
|
/tests/auto/utils_stringutils/tst_utils_stringutils
|
||||||
|
/tests/auto/valgrind/callgrind/tst_callgrindparsertests
|
||||||
|
/tests/auto/valgrind/memcheck/modeldemo
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/free1/free1
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/free2/free2
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/invalidjump/invalidjump
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/leak1/leak1
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/leak2/leak2
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/leak3/leak3
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/leak4/leak4
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/overlap/overlap
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/syscall/syscall
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/uninit1/uninit1
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/uninit2/uninit2
|
||||||
|
/tests/auto/valgrind/memcheck/testapps/uninit3/uninit3
|
||||||
|
/tests/auto/valgrind/memcheck/tst_parsertests
|
||||||
|
/tests/auto/valgrind/memcheck/tst_testrunner
|
||||||
/tests/manual/debugger/gui/gui
|
/tests/manual/debugger/gui/gui
|
||||||
/tests/manual/debugger/helper/helper
|
/tests/manual/debugger/helper/helper
|
||||||
/tests/manual/fakevim/tst_fakevim
|
/tests/manual/fakevim/tst_fakevim
|
||||||
/tests/manual/preprocessor/tst_pp
|
|
||||||
/tests/manual/process/process
|
/tests/manual/process/process
|
||||||
/tests/manual/proparser/testreader
|
/tests/manual/proparser/testreader
|
||||||
/tests/manual/ssh/errorhandling/errorhandling
|
/tests/manual/ssh/errorhandling/errorhandling
|
||||||
|
Reference in New Issue
Block a user