From 533685b127704a0730ca8d6894a2fda874bc9ccf Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Mon, 27 Sep 2010 17:57:00 +0200 Subject: [PATCH] Added ignore for build products in tests. (cherry picked from commit 6e1ef8df2faa3a88673094a619f6cefe60ffd2f2) --- .gitignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f1bf4d3d36..ba6fcc2827 100644 --- a/.gitignore +++ b/.gitignore @@ -76,15 +76,21 @@ bin/qtcreator bin/qtcreator_process_stub* bin/qtcreator.exe share/doc/qtcreator/qtcreator.qch +src/tools/gen-cpp-ast/generate-ast +src/tools/mkvisitor/cplusplus0 +src/tools/qml/qmldump/qmldump + +# Tests +#------ tests/manual/cplusplus-frontend/cplusplus0 tests/manual/cplusplus-dump/cplusplus0 tests/manual/qml-ast2dot/qml-ast2dot +tests/manual/gdbdebugger/simple/libsimple_gdbtest_plugin.*dylib +tests/manual/plain-cplusplus/plain-c++ +tests/manual/preprocessor/pp tests/auto/cplusplus/codegen/tst_codegen tests/auto/qml/qmldesigner/bauhaustests/tst_bauhaus tests/auto/qml/qmldesigner/coretests/tst_qmldesigner_core tests/auto/qml/qmldesigner/propertyeditortests/tst_propertyeditor tests/auto/profilewriter/tst_profilewriter -tests/manual/gdbdebugger/simple/libsimple_gdbtest_plugin.*dylib -src/tools/gen-cpp-ast/generate-ast -src/tools/mkvisitor/cplusplus0 -src/tools/qml/qmldump/qmldump + -- GitLab