If a branch introduces a new Module, switching away from it will leave the Module subdirectory behind, containing the generated module.cpp file. The Module generation code should ignore or delete such directories. The telltale signature is a Module directory containing only a module.cpp file.
If a branch introduces a new Module, switching away from it will leave the Module subdirectory behind, containing the generated
module.cpp
file. The Module generation code should ignore or delete such directories. The telltale signature is a Module directory containing only amodule.cpp
file.