From: Matthias Maier Date: Sun, 13 May 2018 17:54:10 +0000 (-0500) Subject: Fix .gitattributes X-Git-Tag: v9.1.0-rc1~1149^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6587%2Fhead;p=dealii.git Fix .gitattributes --- diff --git a/.gitattributes b/.gitattributes index 63bcff0113..fcddafea28 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,11 @@ /tests/* export-ignore -/tests/quick_tests -export-ignore /tests/CMakeLists.txt -export-ignore +/tests/quick_tests -export-ignore /tests/run_test.cmake -export-ignore +/tests/tests.h -export-ignore +.clang-format export-ignore .gitattributes export-ignore +.gitignore export-ignore .travis.yml export-ignore /cmake/scripts/run_test.sh text eol=lf -/tests/**/*output text eol=lf \ No newline at end of file +/tests/**/*output text eol=lf