diff --git a/.gitattributes b/.gitattributes
index 95a1320ecf970d6da5f0841918a0df59574de392..fdfe614f7f50515e39a677cea129217510b68648 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