Skip to content
Snippets Groups Projects
  • Zachary T Welch's avatar
    89c1bea9
    Improve .gitignore rules. · 89c1bea9
    Zachary T Welch authored
    A '.*' rule prevents the 'git submodule add' from correctly adding the
    first submodule, because it creates the .gitmodule file.  This file will
    not be added (without -f) result in incomplete submodule commits.
    The new rules mask the specific files present in my own build tree, but
    additional rules may be needed to hide other types of temporary files.
    89c1bea9
    History
    Improve .gitignore rules.
    Zachary T Welch authored
    A '.*' rule prevents the 'git submodule add' from correctly adding the
    first submodule, because it creates the .gitmodule file.  This file will
    not be added (without -f) result in incomplete submodule commits.
    The new rules mask the specific files present in my own build tree, but
    additional rules may be needed to hide other types of temporary files.