summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 49a0e14248..afdc846275 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -7,3 +7,11 @@
*.m4 -crlf
*.ac -crlf
*.scm -crlf
+#
+# In GNURadio 3.9, pybind11 compares hash values of headers and source
+# files against knowns values. Conversion of values to CRLF on checkout
+# break those checks so keep LF values when files are subject to said checks
+#
+*.h text eol=lf
+*.c text eol=lf
+*.cc text eol=lf