All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: Add a few forgotten files
@ 2020-04-22 19:44 Hans Ulrich Niedermann
  2020-04-22 19:54 ` John Paul Adrian Glaubitz
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Ulrich Niedermann @ 2020-04-22 19:44 UTC (permalink / raw)
  To: grub-devel; +Cc: Hans Ulrich Niedermann

Add a few forgotten files to .gitignore which are generated when
building grub:

    /30_uefi-firmware
    /ChangeLog
    /docs/*.info-*

Signed-off-by: Hans Ulrich Niedermann <hun@n-dimensional.de>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 819cd185d..149b3713a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 10_*
 20_linux_xen
 30_os-prober
+/30_uefi-firmware
 40_custom
 41_custom
 *.1
@@ -18,6 +19,7 @@ build-grub-gen-asciih
 build-grub-gen-widthspec
 build-grub-mkfont
 cdboot_test
+/ChangeLog
 cmp_test
 config.cache
 config.guess
@@ -31,6 +33,7 @@ configure
 core_compress_test
 DISTLIST
 docs/*.info
+/docs/*.info-*
 docs/stamp-vti
 docs/version.texi
 ehci_test
-- 
2.25.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-23 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-22 19:44 [PATCH] gitignore: Add a few forgotten files Hans Ulrich Niedermann
2020-04-22 19:54 ` John Paul Adrian Glaubitz
2020-04-22 20:31   ` Hans Ulrich Niedermann
2020-04-22 20:43     ` John Paul Adrian Glaubitz
2020-04-23 10:08     ` Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.