Skip to content
Snippets Groups Projects
Commit 251deeb0 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[vc] Simplify ignore lists.

"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.
parent b3e267b4
No related branches found
No related tags found
No related merge requests found
Makefile
Makefile.in
config.guess
config.h.in
config.log
config.status
config.h
config.lt
config.sub
configure
configure
aclocal.m4
autom4te.cache
depcomp
install-sh
missing
mkinstalldirs
libtool
dune-common.pc
semantic.cache
configure.lineno
stamp-h1
dune-common-*.tar.gz
dune-common-?.?
ltmain.sh
.libs/
.deps/
# Stuff to ignore recursively
*.la
*.o
*.lo
compile
test-driver
dependencies.m4
dune.css
build-cmake/
*.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
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
Makefile
Makefile.in
semantic.cache
check-log-store
*.swp
xfail-compile-tests.log
......
Makefile.in
Makefile
.deps
Makefile
Makefile.in
semantic.cache
*.aux
*.log
*.dvi
*.ps
*.pdf
*.toc
*.out
*.ind
*.ilg
*.backup
Makefile.in
Makefile
auto
/*.aux
/*.backup
/*.dvi
/*.ilg
/*.ind
/*.log
/*.out
/*.pdf
/*.ps
/*.toc
/auto
.deps
Makefile.in
Makefile
communication.aux
communication.bbl
communication.blg
communication.log
communication.out
communication.pdf
communication.toc
indexset
poosc08
poosc08_test
/communication.aux
/communication.bbl
/communication.blg
/communication.log
/communication.out
/communication.pdf
/communication.toc
/indexset
/poosc08
/poosc08_test
Makefile.in
Makefile
.deps
Doxyfile
Doxyfile.in
doxy-header.html
doxy-footer.html
bestpractice.html
doxygen-tag
doxygen.log
doxyerr.log
html
html-dist
latex
Makefile
Makefile.in
semantic.cache
/Doxyfile
/Doxyfile.in
/doxy-header.html
/doxy-footer.html
/bestpractice.html
/doxygen-tag
/doxygen.log
/doxyerr.log
/html/
/html-dist
/latex
Makefile.in
Makefile
Makefile.in
Makefile
Makefile.in
Makefile
.deps
indexsettest
indicestest
selectiontest
syncertest
variablesizecommunicatortest
/indexsettest
/indicestest
/selectiontest
/syncertest
/variablesizecommunicatortest
# Stuff from the build system
Makefile
Makefile.in
.deps
.libs
*.gcda
*.gcno
*.log
*.trs
gmon.out
semantic.cache
/*.gcda
/*.gcno
/*.log
/*.trs
/gmon.out
# The test binaries (in alphabetical order)
arraylisttest
arraytest
bigunsignedinttest
bitsetvectortest
blockbitfieldtest
check_fvector_size
conversiontest
diagonalmatrixtest
dynmatrixtest
dynvectortest
eigenvaluestest
enumsettest
fassigntest
fmatrixtest
fvectortest
gcdlcmtest
integersequence
iteratorfacadetest
iteratorfacadetest2
lrutest
mpicollectivecommunication
mpiguardtest
mpihelpertest
mpihelpertest2
nullptr-test
parametertreetest
pathtest
poolallocatortest
shared_ptrtest
singletontest
shared_ptrtest_config
shared_ptrtest_dune
sllisttest
static_assert_test
streamtest
testdebugallocator
testdebugallocator_fail1
testdebugallocator_fail2
testdebugallocator_fail3
testdebugallocator_fail4
testdebugallocator_fail5
testfassign_fail1
testfassign_fail2
testfassign_fail3
testfassign_fail4
testfassign_fail5
testfassign_fail6
testfassign1
testfassign2
testfassign3
testfassign4
testfloatcmp
testfconstruct
timing_xpr
timing_old
timing_flt
tuplestest
tuplestest_dune
tuplestest_std
tuplestest_tr1
tupleutilitytest
typetraitstest
utilitytest
/arraylisttest
/arraytest
/bigunsignedinttest
/bitsetvectortest
/blockbitfieldtest
/check_fvector_size
/conversiontest
/diagonalmatrixtest
/dynmatrixtest
/dynvectortest
/eigenvaluestest
/enumsettest
/fassigntest
/fmatrixtest
/fvectortest
/gcdlcmtest
/integersequence
/iteratorfacadetest
/iteratorfacadetest2
/lrutest
/mpicollectivecommunication
/mpiguardtest
/mpihelpertest
/mpihelpertest2
/nullptr-test
/parametertreetest
/pathtest
/poolallocatortest
/shared_ptrtest
/shared_ptrtest_config
/shared_ptrtest_dune
/singletontest
/sllisttest
/static_assert_test
/streamtest
/testdebugallocator
/testdebugallocator_fail1
/testdebugallocator_fail2
/testdebugallocator_fail3
/testdebugallocator_fail4
/testdebugallocator_fail5
/testfassign1
/testfassign2
/testfassign3
/testfassign4
/testfassign_fail1
/testfassign_fail2
/testfassign_fail3
/testfassign_fail4
/testfassign_fail5
/testfassign_fail6
/testfconstruct
/testfloatcmp
/timing_flt
/timing_old
/timing_xpr
/tuplestest
/tuplestest_dune
/tuplestest_std
/tuplestest_tr1
/tupleutilitytest
/typetraitstest
/utilitytest
tags
TAGS
......
libdunecommon.la
Makefile.in
Makefile
.deps
.libs
/libdunecommon.la
Makefile
Makefile.in
semantic.cache
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment