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 cf4eabc8c2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jøger Hansegård
2023-06-01 17:22:16 +02:00
committed by Qt Cherry-pick Bot
parent 24e23c04e5
commit 55ca61922c

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ Makefile
.qmake.cache
.qmake.super
*.pro.user*
CMakeUserPresets.json