From ac0c67d2f4c35c03327fe39dbe032c5b46774153 Mon Sep 17 00:00:00 2001
From: Ben Boeckel <ben.boeckel@kitware.com>
Date: Thu, 20 Apr 2017 11:11:29 -0400
Subject: [PATCH] gitattributes: indicate attributes to ignore when importing

---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitattributes b/.gitattributes
index 95a1320..fdfe614 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,5 @@
 .git*            export-ignore
+# import off
 .gitattributes  -export-ignore
 .hooks*          export-ignore
 
@@ -9,6 +10,7 @@
 /*.sh            export-ignore eol=lf
 /*.bash          export-ignore eol=lf
 /.clang-format   export-ignore
+# import on
 
 *.c              our-c-style
 *.c.in           our-c-style
-- 
GitLab