Add a few patterns to .gitignore to cover files which are generated
by building grub ("make", "make check", "make dist") but which have
been forgotten to add to .gitignore in the past.

Signed-off-by: Hans Ulrich Niedermann <[email protected]>
Reviewed-by: Daniel Kiper <[email protected]>
---
 .gitignore | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/.gitignore b/.gitignore
index 809e69dbc..aa180fa89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,9 +58,11 @@ widthspec.bin
 /10_*
 /20_linux_xen
 /30_os-prober
+/30_uefi-firmware
 /40_custom
 /41_custom
 /ABOUT-NLS
+/ChangeLog
 /INSTALL.grub
 /Makefile.util.am
 /Makefile.utilgcry.def
@@ -68,6 +70,7 @@ widthspec.bin
 /ahci_test
 /ascii.h
 /autom4te.cache/
+/btrfs_test
 /build-aux/
 /build-grub-gen-asciih
 /build-grub-gen-widthspec
@@ -86,8 +89,11 @@ widthspec.bin
 /configure
 /contrib
 /core_compress_test
+/cpio_test
+/date_test
 /depcomp
 /docs/*.info
+/docs/*.info-[0-9]*
 /docs/stamp-1
 /docs/stamp-vti
 /docs/version-dev.texi
@@ -96,11 +102,18 @@ widthspec.bin
 /example_grub_script_test
 /example_scripted_test
 /example_unit_test
+/exfat_test
+/ext234_test
+/f2fs_test
+/fat_test
 /fddboot_test
+/file_filter_test
 /garbage-gen
 /garbage-gen.exe
 /gettext_strings_test
 /gnulib/
+/grub-2.[0-9]*/
+/grub-2.[0-9]*.tar.gz
 /grub-bios-setup
 /grub-bios-setup.exe
 /grub-core/*.module
@@ -167,6 +180,8 @@ widthspec.bin
 /grub_cmd_regexp
 /grub_cmd_set_date
 /grub_cmd_sleep
+/grub_cmd_test
+/grub_cmd_tr
 /grub_fstest_init.c
 /grub_fstest_init.h
 /grub_func_test
@@ -199,11 +214,15 @@ widthspec.bin
 /gzcompress_test
 /hddboot_test
 /help_test
+/hfs_test
+/hfsplus_test
 /include/grub/cpu
 /include/grub/gcrypt/g10lib.h
 /include/grub/gcrypt/gcrypt.h
 /include/grub/machine
 /install-sh
+/iso9660_test
+/jfs_test
 /lib/libgcrypt-grub
 /libgrub_a_init.c
 /lzocompress_test
@@ -211,6 +230,8 @@ widthspec.bin
 /minixfs_test
 /missing
 /netboot_test
+/nilfs2_test
+/ntfs_test
 /ohci_test
 /partmap_test
 /pata_test
@@ -231,11 +252,22 @@ widthspec.bin
 /printf_test
 /priority_queue_unit_test
 /pseries_test
+/reiserfs_test
+/romfs_test
+/squashfs_test
 /stamp-h
 /stamp-h.in
 /stamp-h1
+/syslinux_test
+/tar_test
+/test_sha512sum
+/test_unset
+/tests/syslinux/ubuntu10.04_grub.cfg
 /texinfo.tex
+/udf_test
 /uhci_test
 /util/bash-completion.d/grub
 /widthspec.h
+/xfs_test
 /xzcompress_test
+/zfs_test
-- 
2.26.2


_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to