Skip to content

Commit 5d896f6

Browse files
authored
Merge pull request #2389 from KoynovStas/Qt_UnitTests
Qt unit tests
2 parents 6c2a70d + 91ae970 commit 5d896f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Qt.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
# Qt-es
1414

15+
object_script.*.Release
16+
object_script.*.Debug
1517
*_plugin_import.cpp
1618
/.qmake.cache
1719
/.qmake.stash
@@ -27,6 +29,11 @@ ui_*.h
2729
Makefile*
2830
*build-*
2931

32+
33+
# Qt unit tests
34+
target_wrapper.*
35+
36+
3037
# QtCreator
3138

3239
*.autosave

0 commit comments

Comments
 (0)