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>
This commit is contained in:
Jøger Hansegård
2023-06-01 17:22:16 +02:00
parent 58ddf7133c
commit cf4eabc8c2

1
.gitignore vendored
View File

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