(#13348) Ignore CMakeUserPresets.json files

These files are not meant to be committed to version control.
They are meant for developer-specific configuration.
This commit is contained in:
Jordan Williams
2022-10-10 04:04:42 -05:00
committed by GitHub
parent 123ee2026f
commit 46780ac423

3
.gitignore vendored
View File

@@ -6,6 +6,9 @@ conaninfo.txt
graph_info.json
build/
# CMake
CMakeUserPresets.json
# IDEs
.idea
.vscode