diff options
Diffstat (limited to 'Qt.gitignore')
-rw-r--r-- | Qt.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Qt.gitignore b/Qt.gitignore index c7659c24..5fa47c5a 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,6 +12,9 @@ # Qt-es +object_script.*.Release +object_script.*.Debug +*_plugin_import.cpp /.qmake.cache /.qmake.stash *.pro.user @@ -20,11 +23,17 @@ *.qbs.user.* *.moc moc_*.cpp +moc_*.h qrc_*.cpp ui_*.h Makefile* *build-* + +# Qt unit tests +target_wrapper.* + + # QtCreator *.autosave |