summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2020-04-20 18:23:32 +0300
committerIvan Maidanski <ivmai@mail.ru>2020-04-20 18:23:32 +0300
commitb26e281bcac33444f523862b97f81e2a74bc2b4d (patch)
tree0b0604c6cd6f0b949d738df949e3478cc72e5806
parent95175f0db3daa9f79d08e097cd41b90a06138a4d (diff)
downloadbdwgc-b26e281bcac33444f523862b97f81e2a74bc2b4d.tar.gz
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.
-rw-r--r--.gitattributes4
1 files 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).