From: Glenn Washburn Date: Fri, 10 Jan 2025 20:19:41 +0000 (-0600) Subject: gitignore: Ignore generated files from libtasn X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff173a1c0ccd390b61fcb69e56d424a3e66c077b;p=thirdparty%2Fgrub.git gitignore: Ignore generated files from libtasn 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 Reviewed-by: Daniel Kiper --- diff --git a/.gitignore b/.gitignore index 2105d87c8..524f2e6d0 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