mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Add CMakeUserPresets to .gitignore
Now that we use a CMakePresets.json file for CI, it makes sense to support users having their own presets in a CMakeUserPresets.json file. From CMake documentation: > CMakePresets.json may be checked into a version control system, and > CMakeUserPresets.json should NOT be checked in. For example, if a > project is using Git, CMakePresets.json may be tracked, and > CMakeUserPresets.json should be added to the .gitignore.
This commit is contained in:
parent
10bd1ffeba
commit
6232f719a5
3
.gitignore
vendored
3
.gitignore
vendored
@ -40,3 +40,6 @@ cmake-build-*/
|
|||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
# User configuration
|
||||||
|
CMakeUserPresets.json
|
||||||
|
Loading…
Reference in New Issue
Block a user