https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d260385023d73e1294aba…
commit d260385023d73e1294aba17fc7e7f1f4fa6194d3
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)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
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0436a4c73b22d9cce3905…
commit 0436a4c73b22d9cce390504c5225ceaae8731854
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Oct 8 15:46:02 2017 +0200
Add a small descriptive comment for the reason why the chosen files are specified in a .gitattributes file.
---
boot/bootdata/.gitattributes | 2 +-
hal/halx86/legacy/bus/.gitattributes | 1 +
subsystems/mvdm/config/.gitattributes | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/boot/bootdata/.gitattributes b/boot/bootdata/.gitattributes
index 6b7a8fc6dc..38f873f93f 100644
--- a/boot/bootdata/.gitattributes
+++ b/boot/bootdata/.gitattributes
@@ -1,2 +1,2 @@
-# This one will be distributed in the ISO.
+# The README file is distributed in the ISO.
readme.txt text eol=crlf
diff --git a/hal/halx86/legacy/bus/.gitattributes b/hal/halx86/legacy/bus/.gitattributes
index d58638ba9b..0ddf4ebe1b 100644
--- a/hal/halx86/legacy/bus/.gitattributes
+++ b/hal/halx86/legacy/bus/.gitattributes
@@ -1,2 +1,3 @@
+# The HAL expects these files to be in CR-LF.
pci_classes.ids text eol=crlf
pci_vendors.ids text eol=crlf
diff --git a/subsystems/mvdm/config/.gitattributes b/subsystems/mvdm/config/.gitattributes
index f95b66d5ee..2eaecf386d 100644
--- a/subsystems/mvdm/config/.gitattributes
+++ b/subsystems/mvdm/config/.gitattributes
@@ -1,2 +1,3 @@
+# These files are distributed with ReactOS.
AUTOEXEC.NT text eol=crlf
CONFIG.NT text eol=crlf