Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Jö Fahlke's avatar
    251deeb0
    [vc] Simplify ignore lists. · 251deeb0
    Jö Fahlke authored
    "Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the
    rules are applied recursively.
    
    Test programs etc. should be listed as "/program" in their directory's
    .gitignore, so they are not accidentially ignored in a lower level directory.
    251deeb0
    History
    [vc] Simplify ignore lists.
    Jö Fahlke authored
    "Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the
    rules are applied recursively.
    
    Test programs etc. should be listed as "/program" in their directory's
    .gitignore, so they are not accidentially ignored in a lower level directory.