summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2020-07-23 19:16:21 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2020-07-23 20:46:42 +0200
commit10d094724989f9fafef81aca92dc2b24f9d11726 (patch)
tree552f9f2175c27ec9c41bbd83864f57e249288449
parent173a0830dcec769a5f12c5c55ef4ab424b388efb (diff)
downloadlibxml2-10d094724989f9fafef81aca92dc2b24f9d11726.tar.gz
Fix .gitattributes
The files in 'test' and 'result' have mixed line endings, so disable end-of-line conversion.
-rw-r--r--.gitattributes4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index f013810a..a688634f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,2 @@
-/result/** text=lf eol=lf
-/test/** text=lf eol=lf
+/result/** -text
+/test/** -text