aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2023-06-01 17:22:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-28 08:24:46 +0000
commit55ca61922c7af2c3caca24e036f314ce0b09ccc4 (patch)
tree2800a0fcc6baa731cbc73e3a0f5212cfc6932120 /.gitignore
parent24e23c04e534abd6f9c701686da1d93424658ef5 (diff)
Add CMakeUserPresets.json to .gitignore
The CMakeUserPresets.json file can be used to simplify configuring Qt, particularly with tools such as Visual Studio and Visual Studio Code. As opposed to the CMakePresets.json, the CMakeUserPresets.json should only contain user specific configurations, and should never be checked into source code management system. Therefore it makes sense to ignore it globally. Change-Id: I971d4505b302dc40e3dd33b6d4680c2067047c27 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit cf4eabc8c29c6657bd5f2073c7388a1a2ab65a1e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9b8015da..ad1800be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Makefile
.qmake.cache
.qmake.super
*.pro.user*
+CMakeUserPresets.json