summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 6fbb1d40b4..fdde9652ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ qt*-config_p.h
qt*-config.pri
*.pyc
.mypy_cache
+__pycache__
/include/
@@ -90,7 +91,7 @@ qt*-config.pri
/bin/qglinfo
/bin/qgltf
/bin/qhelpconverter
-/bin/qhelpgenerator
+/libexec/qhelpgenerator
/bin/qlalr
/bin/qml
/bin/qmleasing
@@ -190,7 +191,7 @@ qt*-config.pri
/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
@@ -217,6 +218,7 @@ qtc-qmldbg/
# Generic files
.#*
+._*
.com.apple.timemachine.supported
.DS_Store
callgrind.out.*
@@ -251,6 +253,7 @@ tags
*_resource.rc
*.*#
*.debug
+.cache
# xemacs temporary files
*.flc
@@ -331,3 +334,6 @@ CTestTestfile.cmake
cmake_install.cmake
*_autogen
tst_*.xml
+CMakeUserPresets.json
+/.vs/
+/out/