SFML/.gitignore
Chris Thrasher 26e54c7b2c 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-29 23:14:58 -06:00

8 lines
73 B
Plaintext

.cache/
.idea/
.vs/
.vscode/
build/
cmake-build-*/
CMakeUserPresets.json