1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 03:55:04 +03:00

Fix .gitattributes

The files in 'test' and 'result' have mixed line endings, so disable
end-of-line conversion.
This commit is contained in:
Nick Wellnhofer 2020-07-23 19:16:21 +02:00
parent 173a0830dc
commit 10d0947249

4
.gitattributes vendored
View File

@ -1,2 +1,2 @@
/result/** text=lf eol=lf
/test/** text=lf eol=lf
/result/** -text
/test/** -text