Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed type in .gitignore #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fixed type in .gitignore #110

wants to merge 1 commit into from

Conversation

nativeit
Copy link

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!

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.

1 participant