diff options
author | Orgad Shaneh <orgads@gmail.com> | 2012-04-05 06:36:40 +0300 |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2012-04-05 07:33:40 +0200 |
commit | 7c618087e2f6dec10262271b87446271a8479947 (patch) | |
tree | acd9bd4d03e89a019cd88e0df57086b2a7f50a53 /.gitignore | |
parent | 06aa0363b01b0f3a100f2081e77a0653c70e2a69 (diff) | |
download | qt-creator-7c618087e2f6dec10262271b87446271a8479947.tar.gz |
GitIgnore: Added build and renamed gdbdebugger -> debugger
Change-Id: I5991a8066316f0596b65664bcd0a6302c634a472
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d296cba362..f0e7fc30ca 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ share/qtcreator/translations/qtcreator_untranslated.ts # Directories to ignore # --------------------- +build debug lib/* lib64/* @@ -103,7 +104,8 @@ src/tools/valgrindfake/valgrind-fake 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/debugger/simple/libsimple_test_plugin.*dylib +tests/manual/debugger/simple/simple_test_app tests/manual/plain-cplusplus/plain-c++ tests/manual/preprocessor/pp tests/auto/cplusplus/codegen/tst_codegen |