From b26e281bcac33444f523862b97f81e2a74bc2b4d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 20 Apr 2020 18:23:32 +0300 Subject: Revert '.gitattributes: Specify CR/LF line endings for digimars.mak' This reverts commit acb3f5d9d0577f7db65d878ddaf3cd9bbac9d978. This is to prevent git to generate a change in digimars.mak upon checkout. --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index da9d8a39..1c7bc7f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,8 +9,8 @@ # Ensure all text files have normalized line endings in the repository. * text=auto -# The following file should use CR/LF line endings. -/digimars.mak text eol=crlf +# These files should use CR/LF line ending: +/digimars.mak -text # Note: "core.eol" configuration variable controls which line endings to use # for the normalized files in the working directory (the default is native). -- cgit v1.2.1