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 # Stuff to ignore recursively
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/
*.la *.la
*.o
*.lo *.lo
compile *.o
test-driver
dependencies.m4
dune.css
build-cmake/
*~ *~
.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 check-log-store
*.swp *.swp
xfail-compile-tests.log xfail-compile-tests.log
......
Makefile.in
Makefile
.deps
Makefile
Makefile.in
semantic.cache
*.aux /*.aux
*.log /*.backup
*.dvi /*.dvi
*.ps /*.ilg
*.pdf /*.ind
*.toc /*.log
*.out /*.out
*.ind /*.pdf
*.ilg /*.ps
*.backup /*.toc
Makefile.in /auto
Makefile
auto
.deps /communication.aux
Makefile.in /communication.bbl
Makefile /communication.blg
communication.aux /communication.log
communication.bbl /communication.out
communication.blg /communication.pdf
communication.log /communication.toc
communication.out /indexset
communication.pdf /poosc08
communication.toc /poosc08_test
indexset
poosc08
poosc08_test
Makefile.in
Makefile
.deps /Doxyfile
Doxyfile /Doxyfile.in
Doxyfile.in /doxy-header.html
doxy-header.html /doxy-footer.html
doxy-footer.html /bestpractice.html
bestpractice.html /doxygen-tag
doxygen-tag /doxygen.log
doxygen.log /doxyerr.log
doxyerr.log /html/
html /html-dist
html-dist /latex
latex
Makefile
Makefile.in
semantic.cache
Makefile.in
Makefile
Makefile.in
Makefile
Makefile.in /indexsettest
Makefile /indicestest
.deps /selectiontest
indexsettest /syncertest
indicestest /variablesizecommunicatortest
selectiontest
syncertest
variablesizecommunicatortest
# Stuff from the build system # Stuff from the build system
Makefile /*.gcda
Makefile.in /*.gcno
.deps /*.log
.libs /*.trs
*.gcda /gmon.out
*.gcno
*.log
*.trs
gmon.out
semantic.cache
# The test binaries (in alphabetical order) # The test binaries (in alphabetical order)
arraylisttest /arraylisttest
arraytest /arraytest
bigunsignedinttest /bigunsignedinttest
bitsetvectortest /bitsetvectortest
blockbitfieldtest /blockbitfieldtest
check_fvector_size /check_fvector_size
conversiontest /conversiontest
diagonalmatrixtest /diagonalmatrixtest
dynmatrixtest /dynmatrixtest
dynvectortest /dynvectortest
eigenvaluestest /eigenvaluestest
enumsettest /enumsettest
fassigntest /fassigntest
fmatrixtest /fmatrixtest
fvectortest /fvectortest
gcdlcmtest /gcdlcmtest
integersequence /integersequence
iteratorfacadetest /iteratorfacadetest
iteratorfacadetest2 /iteratorfacadetest2
lrutest /lrutest
mpicollectivecommunication /mpicollectivecommunication
mpiguardtest /mpiguardtest
mpihelpertest /mpihelpertest
mpihelpertest2 /mpihelpertest2
nullptr-test /nullptr-test
parametertreetest /parametertreetest
pathtest /pathtest
poolallocatortest /poolallocatortest
shared_ptrtest /shared_ptrtest
singletontest /shared_ptrtest_config
shared_ptrtest_config /shared_ptrtest_dune
shared_ptrtest_dune /singletontest
sllisttest /sllisttest
static_assert_test /static_assert_test
streamtest /streamtest
testdebugallocator /testdebugallocator
testdebugallocator_fail1 /testdebugallocator_fail1
testdebugallocator_fail2 /testdebugallocator_fail2
testdebugallocator_fail3 /testdebugallocator_fail3
testdebugallocator_fail4 /testdebugallocator_fail4
testdebugallocator_fail5 /testdebugallocator_fail5
testfassign_fail1 /testfassign1
testfassign_fail2 /testfassign2
testfassign_fail3 /testfassign3
testfassign_fail4 /testfassign4
testfassign_fail5 /testfassign_fail1
testfassign_fail6 /testfassign_fail2
testfassign1 /testfassign_fail3
testfassign2 /testfassign_fail4
testfassign3 /testfassign_fail5
testfassign4 /testfassign_fail6
testfloatcmp /testfconstruct
testfconstruct /testfloatcmp
timing_xpr /timing_flt
timing_old /timing_old
timing_flt /timing_xpr
tuplestest /tuplestest
tuplestest_dune /tuplestest_dune
tuplestest_std /tuplestest_std
tuplestest_tr1 /tuplestest_tr1
tupleutilitytest /tupleutilitytest
typetraitstest /typetraitstest
utilitytest /utilitytest
tags tags
TAGS TAGS
......
libdunecommon.la /libdunecommon.la
Makefile.in
Makefile
.deps
.libs
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