aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e4428edde5..c407fb6d1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -112,6 +112,9 @@ tests/auto/qprocess/fileWriterProcess.txt
.com.apple.timemachine.supported
tests/auto/qlibrary/libmylib.so*
tests/auto/qresourceengine/runtime_resource.rcc
+tools/qtestlib/chart/chart*
+tools/qtestlib/updater/updater*
+tools/qmltestrunner/qmltestrunner
tools/activeqt/testcon/testcon.tlb
translations/*.qm
translations/*_untranslated.ts
@@ -259,3 +262,13 @@ src/xml/lib/
*.dep
*.map
work
+
+#generated version headers
+src/qmltest/qtquicktestversion.h
+src/qtquick1/qtquick1version.h
+
+tests/auto/*/*.o
+tests/auto/*/*.moc
+tests/auto/*/*/*.o
+tests/auto/*/*/*.moc
+src/declarative/generated/ \ No newline at end of file