2020-01-28 19:24:49 +00:00
|
|
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
2019-11-14 14:35:45 +00:00
|
|
|
From: Peter Jones <pjones@redhat.com>
|
|
|
|
Date: Fri, 25 Oct 2019 15:45:38 -0400
|
2020-01-28 19:24:49 +00:00
|
|
|
Subject: [PATCH] Add stuff that's got weird characters to .gitattributes
|
2019-11-14 14:35:45 +00:00
|
|
|
|
|
|
|
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>
|
|
|
|
---
|
2020-01-28 19:24:49 +00:00
|
|
|
.gitattributes | 7 +++++++
|
|
|
|
1 file changed, 7 insertions(+)
|
2019-11-14 14:35:45 +00:00
|
|
|
create mode 100644 .gitattributes
|
|
|
|
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
|
|
new file mode 100644
|
2020-01-28 19:24:49 +00:00
|
|
|
index 00000000000..b9c1467125b
|
2019-11-14 14:35:45 +00:00
|
|
|
--- /dev/null
|
|
|
|
+++ b/.gitattributes
|
2020-01-28 19:24:49 +00:00
|
|
|
@@ -0,0 +1,7 @@
|
2019-11-14 14:35:45 +00:00
|
|
|
+inc/inc.mak binary
|
|
|
|
+inc/make.inf binary
|
|
|
|
+inc/makefile.hdr binary
|
2020-01-28 19:24:49 +00:00
|
|
|
+inc/protocol/efidbg.h binary
|
2019-11-14 14:35:45 +00:00
|
|
|
+inc/protocol/ia64/eficontext.h binary
|
|
|
|
+inc/protocol/make.inf binary
|
|
|
|
+inc/protocol/makefile.hdr binary
|