From 7a2b32dcd5cea679b22aec52f8aefefc2b477d84 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 23 Sep 2024 10:44:03 +1000 Subject: [PATCH] Treat XML files as text. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c43577e8..d6b09d1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -70,6 +70,7 @@ **.vh text **.vhd text **.x12 text +**.xml text **.yaml text **.zig text **.md text