summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 16 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 177107847a..fdde9652ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@ qt*-config_p.h
qt*-config.pri
*.pyc
.mypy_cache
+__pycache__
/include/
@@ -75,7 +76,6 @@ qt*-config.pri
/bin/linguist
/bin/lrelease
/bin/lupdate
-/bin/makeqpf
/bin/moc
/bin/patternist
/bin/phonon
@@ -91,7 +91,7 @@ qt*-config.pri
/bin/qglinfo
/bin/qgltf
/bin/qhelpconverter
-/bin/qhelpgenerator
+/libexec/qhelpgenerator
/bin/qlalr
/bin/qml
/bin/qmleasing
@@ -191,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
@@ -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
@@ -277,6 +279,14 @@ tags
# Visual Studio Code generated files
.vscode
+# CLion generated files
+.idea
+
+# Qt Creator generated files
+*.pro.user*
+*.qmlproject.user*
+CMakeLists.txt.user*
+
# INTEGRITY generated files
*.ael
*.dla
@@ -298,9 +308,6 @@ qrc_*.cpp
ui_*.h
*.moc
*.prl
-*.pro.user*
-*.qmlproject.user*
-*.CMakeLists.txt.user*
*.rcc
# Generated by qt_module.prf
@@ -327,3 +334,6 @@ CTestTestfile.cmake
cmake_install.cmake
*_autogen
tst_*.xml
+CMakeUserPresets.json
+/.vs/
+/out/