aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2023-06-27 10:34:10 +0200
committerJøger Hansegård <joger.hansegard@qt.io>2023-06-27 14:38:40 +0200
commit2b649a7fa0ea192a96ce15326a78b39c0ad05b2b (patch)
tree31a9de4bb332c69e96aa0a598b62f61a6b16cce3
parent2ca5bb7c36a675002ae33a22a6bb4251f42eaecc (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. This file is already ignored in the top level Qt super-project, but to facilitate working with each individual submodule, we should also have this .gitignore in each submodule. Pick-to: 6.5 6.6 Change-Id: I7e8baa9b3bea437d61841ec20cf8fbd4d5826750 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e6ff521c67..fc632d1977 100644
--- a/.gitignore
+++ b/.gitignore
@@ -365,6 +365,7 @@ src/qml/qml_compile_hash_p.h
/build*
CMakeFiles
CTestTestfile.cmake
+CMakeUserPresets.json
cmake_install.cmake
*_autogen
tst_*.xml