From 62a83b2b3fb2201a72b5d7501a9ad1ea0440a794 Mon Sep 17 00:00:00 2001 From: Nikita Baryshnikov Date: Wed, 28 May 2014 11:47:27 +0400 Subject: Fix gitignore for non shadow builds Ignore qbs binaries, tests Change-Id: Ica9764eb08c0d82d33374057205813746a5a6ecf Reviewed-by: Orgad Shaneh --- .gitignore | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 48c74fa161..4c74575e8e 100644 --- a/.gitignore +++ b/.gitignore @@ -111,7 +111,9 @@ tmp/ # -------- *.dll *.exe +/bin/buildoutputparser /bin/cpaster +/bin/qbs* /bin/qmlpuppet /bin/qml2puppet /bin/qtcreator @@ -121,6 +123,7 @@ tmp/ /bin/qtpromaker /bin/sdktool /share/doc/qtcreator/*.qch +/share/qtcreator/qbs/ /src/tools/cplusplus-mkvisitor/cplusplus-mkvisitor /src/tools/cplusplus-update-frontend/cplusplus-update-frontend /src/tools/qml/qmldump/qmldump @@ -150,12 +153,18 @@ tmp/ /tests/auto/cplusplus/lookup/tst_lookup /tests/auto/cplusplus/preprocessor/tst_preprocessor /tests/auto/cplusplus/semantic/tst_semantic +/tests/auto/cplusplus/translationunit/tst_translationunit /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_gdb /tests/auto/debugger/tst_namedemangler +/tests/auto/debugger/tst_offsets /tests/auto/debugger/tst_olddumpers +/tests/auto/debugger/tst_simplifytypes /tests/auto/debugger/tst_version +/tests/auto/diff/differ/tst_differ /tests/auto/environment/tst_environment /tests/auto/extensionsystem/pluginmanager/tst_pluginmanager /tests/auto/extensionsystem/pluginspec/tst_pluginspec @@ -166,16 +175,40 @@ tmp/ /tests/auto/generichighlighter/specificrules/tst_specificrules /tests/auto/ioutils/tst_ioutils /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/coretests/tst_qmldesigner_core /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/treeviewfind/tst_treeviewfind +/tests/auto/utils/ansiescapecodehandler/tst_ansiescapecodehandler /tests/auto/utils/fileutils/tst_fileutils /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/helper/helper /tests/manual/fakevim/tst_fakevim -/tests/manual/preprocessor/tst_pp /tests/manual/process/process /tests/manual/proparser/testreader /tests/manual/ssh/errorhandling/errorhandling -- cgit v1.2.1