grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gitignore: Ignore generated files from libtasn


From: Glenn Washburn
Subject: [PATCH] gitignore: Ignore generated files from libtasn
Date: Fri, 10 Jan 2025 14:19:41 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]