Skip to content

Conversation

@nativeit
Copy link
Contributor

The .gitignore file includes entries to exclude build folders, using expressions to select for either upper-case or lower-case folder titles, but included a typo that does not exclude folders named "Build" or "build" (see diff for the specifics, but in short, a redundant "b" was erroneously included).

This PR simply corrects this typo, so the default build folder generated with CMake on Linux (and possibly others, anything that uses "./build" or "./Build") is not tracked by mistake.

Thanks to everyone who contributed to this project!

@ffAudio ffAudio merged commit 7a7bb73 into ffAudio:main Sep 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants