https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d260385023d73e1294aba1...
commit d260385023d73e1294aba17fc7e7f1f4fa6194d3 Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Sun Oct 8 15:47:55 2017 +0200
[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(+)
diff --git a/dll/win32/kernel32/winnls/nls/.gitattributes b/dll/win32/kernel32/winnls/nls/.gitattributes new file mode 100644 index 0000000000..471ea5e296 --- /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