Closed dbaynard closed 8 months ago
This is a historical issue. The Src
directory was used to store built module. Removing it could cause build process failures or users have to to rebuild the module.
I suggest merging the src
directory into Src
.
Relevant code:
The
modules/Src
andmodules/src
paths collide on MacOS (for example) andSrc
is preferred, meaning builds fail.This replaces the
modules/Src/Aloxaf.gitignore
with entries in themodules/.gitignore
that does a similar thing (it actually ignores the wholeSrc
directory).Fixes #420