diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:16:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:16:15 +0000 |
commit | 64a1be29a5d22a92b1830144fedfdf8884a2b20d (patch) | |
tree | 27f8b13b5d4fb5359c31c7c1ff60a9563cd8361d /0024-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch | |
parent | 453c495bceb89952108be7452da3d072d3336eab (diff) |
automatic import of gnu-efiopeneuler24.03_LTS
Diffstat (limited to '0024-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch')
-rw-r--r-- | 0024-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/0024-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch b/0024-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch new file mode 100644 index 0000000..816618d --- /dev/null +++ b/0024-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch @@ -0,0 +1,28 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Peter Jones <pjones@redhat.com> +Date: Fri, 25 Oct 2019 15:45:38 -0400 +Subject: [PATCH] Add stuff that's got weird characters to .gitattributes + +Some of these files will be removed in a later patch, but they need to +stay in .gitattributes until after the next release, because they make +patch application break in weird ways. + +Signed-off-by: Peter Jones <pjones@redhat.com> +--- + .gitattributes | 7 +++++++ + 1 file changed, 7 insertions(+) + create mode 100644 .gitattributes + +diff --git a/.gitattributes b/.gitattributes +new file mode 100644 +index 00000000000..b9c1467125b +--- /dev/null ++++ b/.gitattributes +@@ -0,0 +1,7 @@ ++inc/inc.mak binary ++inc/make.inf binary ++inc/makefile.hdr binary ++inc/protocol/efidbg.h binary ++inc/protocol/ia64/eficontext.h binary ++inc/protocol/make.inf binary ++inc/protocol/makefile.hdr binary |