From 64a1be29a5d22a92b1830144fedfdf8884a2b20d Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 02:16:15 +0000 Subject: automatic import of gnu-efi --- 0044-Fix-the-arch-subdirs-in-.gitignore.patch | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 0044-Fix-the-arch-subdirs-in-.gitignore.patch (limited to '0044-Fix-the-arch-subdirs-in-.gitignore.patch') diff --git a/0044-Fix-the-arch-subdirs-in-.gitignore.patch b/0044-Fix-the-arch-subdirs-in-.gitignore.patch new file mode 100644 index 0000000..483b6ec --- /dev/null +++ b/0044-Fix-the-arch-subdirs-in-.gitignore.patch @@ -0,0 +1,39 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Peter Jones +Date: Wed, 15 Jan 2020 13:07:49 -0500 +Subject: [PATCH] Fix the arch subdirs in .gitignore. + +Currently they'll exclude e.g. inc/x64/ by accident; this makes it only +apply to the top level. + +Also adds vim temp files to the ignore list. + +Signed-off-by: Peter Jones +--- + .gitignore | 13 +++++++------ + 1 file changed, 7 insertions(+), 6 deletions(-) + +diff --git a/.gitignore b/.gitignore +index 014f7d02f46..3e96a65bb43 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -1,12 +1,13 @@ ++.*.sw? + *.efi + *.efi.debug + *.o + *.a + *.tar.* + *.tar +-aa64 +-arm +-ia32 +-ia64 +-mips64el +-x64 ++/aa64/ ++/arm/ ++/ia32/ ++/ia64/ ++/mips64el/ ++/x64/ -- cgit v1.2.3