From c296d13ce0f727a1c51d8f6f8773aceaaf64cd5a Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Thu, 21 Dec 2017 11:06:28 +0100 Subject: [PATCH] Remove lots of AutoTools stuff from .gitignore --- .gitignore | 45 ++++++--------------------------------------- 1 file changed, 6 insertions(+), 39 deletions(-) diff --git a/.gitignore b/.gitignore index c0aa9305e..587392cce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,39 +1,6 @@ - -/dune-gfe.pc -/build-cmake - -# /doc/doxygen/ -/doc/doxygen/html -/doc/doxygen/semantic.cache -/doc/doxygen/Doxyfile.in -/doc/doxygen/Doxyfile -/doc/doxygen/doxygen-tag -/doc/doxygen/doxygen.log -/doc/doxygen/doxyerr.log - -# /locking_testsuite/ -/locking_testsuite/*.log -/locking_testsuite/ipopt.out - -/src/*.pyc - -/src/# executable files -/src/cosserat-continuum -/src/harmonicmaps -/src/rod3d - -# /test/ -/test/.deps -/test/cosseratenergytest -/test/frameinvariancetest -/test/globalgfetestfunctionbasistest -/test/localgeodesicfefunctiontest -/test/localgeodesicfestiffnesstest -/test/localgfetestfunctiontest -/test/harmonicenergytest -/test/averagedistanceassemblertest -/test/nestednesstest -/test/orthogonalmatrixtest -/test/rodassemblertest -/test/rotationtest -/test/targetspacetest +# ignore all build folders +/build*/ +# ignore backup files +*~ +# ignore Python files +*.pyc -- GitLab