From 5e4dca9c556acd70c56a753bc9b2f4cc5bf8cce2 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Fri, 10 Jan 2020 13:27:17 -0500
Subject: [PATCH] update .gitattributes

- add .github/ and contrib/ci/ and Jenkinsfile to ignore list
- reorder things
---
 .gitattributes | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

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
-- 
2.39.5