foleys_gui_magic icon indicating copy to clipboard operation
foleys_gui_magic copied to clipboard

Fixed type in .gitignore

Open nativeit opened this issue 9 months ago • 0 comments

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!

nativeit avatar Jan 27 '25 20:01 nativeit