summaryrefslogtreecommitdiffstats
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 95aed651e..bcd62917b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ tmp
*-config.*
*-config_p.h
*.version*
+.DS_Store
#
# Includes
@@ -44,9 +45,21 @@ src/multimediawidgets/qtmultimediawidgetsversion.h
# Tests
#
tst_*
+!tst_*.h
!tst_*.cpp
!tst_*.qml
tests/auto/cmake/build
# Generated static plugin import sources
*_plugin_import.cpp
+
+# IDE artifacts
+CMakeLists.txt.user
+CMakeLists.txt.user.*
+.vscode
+.xdp_CMakeLists.txt.*
+CMakeUserPresets.json
+
+# Build artifacts
+build-*-Debug
+build-*-Release