From 76386099b96ae2cde581fe6fc15fa52d9ec3bb04 Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Fri, 26 Oct 2018 20:42:38 +0200 Subject: [PATCH] Update the .gitignore file to the CMake build system --- .gitignore | 114 +++-------------------------------------------------- 1 file changed, 6 insertions(+), 108 deletions(-) diff --git a/.gitignore b/.gitignore index db0af4ed..587392cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,108 +1,6 @@ - -# / -/Makefile -/Makefile.in -/config.* -/configure -/aclocal.m4 -/dependencies.m4 -/autom4te.cache -/depcomp -/install-sh -/missing -/mkinstalldirs -/libtool -/semantic.cache -/stamp-h1 -/.deps -/.libs -/dune-contact.pc -/am -/ltmain.sh -/compile -/test-driver -/1bcontact -/2bcontact -/adaptmeasure -/1badaptmeasure -/nladaptmeasure -/nbcontact -/nonlincontact -/het2bcontact - -# /doc/ -/doc/Makefile.in -/doc/Makefile - -# /doc/doxygen/ -/doc/doxygen/html -/doc/doxygen/Makefile -/doc/doxygen/Makefile.in -/doc/doxygen/semantic.cache -/doc/doxygen/Doxyfile.in -/doc/doxygen/Doxyfile -/doc/doxygen/doxygen-tag -/doc/doxygen/doxygen.log -/doc/doxygen/doxyerr.log - -# /dune/ -/dune/Makefile.in -/dune/Makefile - -# /dune/contact/ -/dune/contact/Makefile.in -/dune/contact/Makefile - -# /dune/contact/assemblers/ -/dune/contact/assemblers/Makefile -/dune/contact/assemblers/Makefile.in - -# /dune/contact/common/ -/dune/contact/common/Makefile -/dune/contact/common/Makefile.in - -# /dune/contact/common/dual/ -/dune/contact/common/dual/Makefile -/dune/contact/common/dual/Makefile.in -/dune/contact/common/dual/.deps - -# /dune/contact/common/dual/dualp1/ -/dune/contact/common/dual/dualp1/Makefile -/dune/contact/common/dual/dualp1/Makefile.in - -# /dune/contact/common/dual/dualq1/ -/dune/contact/common/dual/dualq1/Makefile -/dune/contact/common/dual/dualq1/Makefile.in - -# /dune/contact/estimators/ -/dune/contact/estimators/Makefile -/dune/contact/estimators/Makefile.in - -# /dune/contact/projections/ -/dune/contact/projections/Makefile -/dune/contact/projections/Makefile.in - -# /dune/contact/solvers/ -/dune/contact/solvers/Makefile -/dune/contact/solvers/Makefile.in - -# /knee_testsuite/ -/knee_testsuite/tmp -/knee_testsuite/testSurf1.surf -/knee_testsuite/testSurf2.surf -/knee_testsuite/*.eps -/knee_testsuite/*.svg - -# /m4/ -/m4/Makefile.in -/m4/Makefile - -# /src/ -/src/semantic.cache - -# /test/ -/test/.deps -/test/.libs -/test/Makefile -/test/Makefile.in -/test/semantic.cache +# ignore all build folders +/build*/ +# ignore backup files +*~ +# ignore Python files +*.pyc -- GitLab