This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
SFML
Watch
1
Star
0
Fork
0
You've already forked SFML
mirror of
https://github.com/SFML/SFML.git
synced
2024-11-24 20:31:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bf3fb0bc3e
SFML
/
.gitignore
8 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add '.gitignore' file
2021-12-05 07:11:25 +08:00
.cache/
.idea/
Update .gitignore for Visual Studio
2022-07-13 19:39:35 +08:00
.vs/
Remove irrelevant entries from .gitignore https://github.com/github/gitignore/blob/main/C%2B%2B.gitignore Our .gitignore file originated from this .gitignore template. This template is made to be general-purpose and thus includes many things we don't care about. We know that the SFML build won't produce files with any of these patterns outside of the binary dir. I alphabetized the list while I was at it.
2023-08-15 04:34:31 +08:00
.vscode/
build/
cmake-build-*/
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.
2023-08-15 03:09:52 +08:00
CMakeUserPresets.json
Reference in New Issue
Copy Permalink