Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
4217 commits behind the upstream repository.
  • 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.
.gitignore 488 B
# Stuff to ignore recursively
*.la
*.lo
*.o
*~
.deps/
.libs/
Makefile
Makefile.in
semantic.cache

# Stuff to ignore in this directory only
/aclocal.m4
/autom4te.cache/
/build-cmake/
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.lt
/config.status
/config.sub
/configure
/configure
/configure.lineno
/depcomp
/dependencies.m4
/dune-common-*.tar.gz
/dune-common-?.?
/dune-common.pc
/dune.css
/install-sh
/libtool
/ltmain.sh
/missing
/mkinstalldirs
/stamp-h1
/test-driver