From 0436a4c73b22d9cce390504c5225ceaae8731854 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 8 Oct 2017 15:46:02 +0200 Subject: [PATCH] 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 6b7a8fc6dc9..38f873f93f8 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 d58638ba9b7..0ddf4ebe1b7 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 f95b66d5ee6..2eaecf386db 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 -- 2.17.1