mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +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/
|
||||
.idea/
|
||||
.vs/
|
||||
|
||||
# User configuration
|
||||
CMakeUserPresets.json
|
||||
|
Loading…
Reference in New Issue
Block a user