aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2023-06-01 17:22:16 +0200
committerJøger Hansegård <joger.hansegard@qt.io>2023-06-12 12:10:30 +0000
commitcf4eabc8c29c6657bd5f2073c7388a1a2ab65a1e (patch)
tree11068c2251a2bbc2bbc7d5c7e08a8431242edd90 /.gitignore
parent58ddf7133c768542e9029938644d7a8a6aaf5aac (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. Pick-to: 6.5 6.6 Change-Id: I971d4505b302dc40e3dd33b6d4680c2067047c27 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
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