* [PATCH] gitignore: Ignore generated files from libtasn
@ 2025-01-10 20:19 Glenn Washburn
2025-02-28 14:34 ` Daniel Kiper
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Washburn @ 2025-01-10 20:19 UTC (permalink / raw)
To: grub-devel, Daniel Kiper; +Cc: Daniel Axtens, Gary Lin, Glenn Washburn
The commit 504058e8 ("libtasn1: Compile into asn1 module") generates files
into the grub-core/lib/libtasn1-grub directory and commit 99cda678
("asn1_test: Test module for libtasn1") generates files into the
grub-core/tests/asn1/tests directory. Ignore these directories as they
are not under revision control.
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 2105d87c8a9c..524f2e6d0070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -141,10 +141,12 @@ widthspec.bin
/grub-core/kernel.img.bin
/grub-core/lib/gnulib
/grub-core/lib/libgcrypt-grub
+/grub-core/lib/libtasn1-grub
/grub-core/modinfo.sh
/grub-core/rs_decoder.h
/grub-core/symlist.c
/grub-core/symlist.h
+/grub-core/tests/asn1/tests
/grub-core/trigtables.c
/grub-core/unidata.c
/grub-editenv
--
2.34.1
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-28 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10 20:19 [PATCH] gitignore: Ignore generated files from libtasn Glenn Washburn
2025-02-28 14:34 ` 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.