summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b809298028..fdde9652ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,7 +91,7 @@ __pycache__
/bin/qglinfo
/bin/qgltf
/bin/qhelpconverter
-/bin/qhelpgenerator
+/libexec/qhelpgenerator
/bin/qlalr
/bin/qml
/bin/qmleasing
@@ -191,7 +191,7 @@ __pycache__
/tests/auto/testlib/selftests/verifyexceptionthrown/verifyexceptionthrown
/tests/auto/testlib/selftests/waitwithoutgui/waitwithoutgui
/tests/auto/testlib/selftests/warnings/warnings
-/tests/auto/testlib/selftests/xunit/xunit
+/tests/auto/testlib/selftests/junit/junit
/tests/auto/widgets/kernel/qapplication/modal/modal
QObject.log
@@ -218,6 +218,7 @@ qtc-qmldbg/
# Generic files
.#*
+._*
.com.apple.timemachine.supported
.DS_Store
callgrind.out.*
@@ -252,6 +253,7 @@ tags
*_resource.rc
*.*#
*.debug
+.cache
# xemacs temporary files
*.flc
@@ -332,3 +334,6 @@ CTestTestfile.cmake
cmake_install.cmake
*_autogen
tst_*.xml
+CMakeUserPresets.json
+/.vs/
+/out/