From: Timo Heister Date: Fri, 10 Jan 2020 18:27:17 +0000 (-0500) Subject: update .gitattributes X-Git-Tag: v9.2.0-rc1~691^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4dca9c556acd70c56a753bc9b2f4cc5bf8cce2;p=dealii.git update .gitattributes - add .github/ and contrib/ci/ and Jenkinsfile to ignore list - reorder things --- diff --git a/.gitattributes b/.gitattributes index f2769ec268..0a8c451a1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,12 +1,17 @@ +/.github/ export-ignore +/cmake/scripts/run_test.sh text eol=lf +/contrib/ci/ export-ignore /tests/* export-ignore /tests/CMakeLists.txt -export-ignore /tests/quick_tests -export-ignore /tests/run_test.cmake -export-ignore /tests/tests.h -export-ignore +/tests/**/*output text eol=lf .clang-format export-ignore +.clang-tidy export-ignore .codecov.yml export-ignore .gitattributes export-ignore .gitignore export-ignore +.mailmap export-ignore .travis.yml export-ignore -/cmake/scripts/run_test.sh text eol=lf -/tests/**/*output text eol=lf +Jenkinsfile export-ignore