From d260385023d73e1294aba17fc7e7f1f4fa6194d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 8 Oct 2017 15:47:55 +0200 Subject: [PATCH] [KERNEL32]: Add a .gitattributes file for the winnls resource files. The .nls files in winnls are actual resource text files for kernel32 and not binary NLS files. Therefore treat them as such. --- dll/win32/kernel32/winnls/nls/.gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dll/win32/kernel32/winnls/nls/.gitattributes diff --git a/dll/win32/kernel32/winnls/nls/.gitattributes b/dll/win32/kernel32/winnls/nls/.gitattributes new file mode 100644 index 00000000000..471ea5e296c --- /dev/null +++ b/dll/win32/kernel32/winnls/nls/.gitattributes @@ -0,0 +1,3 @@ +# The files in this directory are actual resource text files, +# and not binary NLS files. +*.nls text