diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-07-28 12:09:50 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-07-28 12:10:11 +0200 |
commit | a8179152c9d38bcb73778db533988c6281699e14 (patch) | |
tree | 87d5d0219ebc42f67c20b4dc5dbafc4a5ea3a810 /.gitignore | |
parent | aec36eec7c70defd178fc6dc76d3db1b6807454f (diff) | |
download | qt-creator-a8179152c9d38bcb73778db533988c6281699e14.tar.gz |
Added tests for the InsertionPointLocator and fixed bugs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 15bb1bc52e..85fa07df95 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ share/doc/qtcreator/qtcreator.qch tests/manual/cplusplus/cplusplus0 tests/manual/cplusplus-dump/cplusplus0 tests/manual/qml-ast2dot/qml-ast2dot +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 |