From d90e1622d3208058f0db12417fc36ddacb59bc22 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 13 May 2018 12:54:10 -0500 Subject: [PATCH] Fix .gitattributes --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5