From 773fc5025be5048fe3ee8995493491df89048a62 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Tue, 23 Sep 2025 17:06:45 +0200 Subject: [PATCH] Convert Mercurial hgeol to gitattributes The .hgeol file is reminiscent of the Mercurial to Git migration that was left intact, possibly by an oversight. Repurpose the file by transforming it to gitattributes. --- .gitattributes | 3 +++ .hgeol | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) create mode 100644 .gitattributes delete mode 100644 .hgeol diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..13222d60a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.sh eol=lf +debug/msvc/*.dat eol=crlf +debug/msvc/*.natvis eol=crlf diff --git a/.hgeol b/.hgeol deleted file mode 100644 index 5327df161..000000000 --- a/.hgeol +++ /dev/null @@ -1,11 +0,0 @@ -[patterns] -*.sh = LF -*.MINPACK = CRLF -scripts/*.in = LF -debug/msvc/*.dat = CRLF -debug/msvc/*.natvis = CRLF -unsupported/test/mpreal/*.* = CRLF -** = native - -[repository] -native = LF -- GitLab