[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/5] gitignore: Add a few forgotten file patterns
From: |
Hans Ulrich Niedermann |
Subject: |
[PATCH 5/5] gitignore: Add a few forgotten file patterns |
Date: |
Fri, 24 Apr 2020 00:43:51 +0200 |
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 in the past.
Signed-off-by: Hans Ulrich Niedermann <address@hidden>
---
.gitignore | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/.gitignore b/.gitignore
index 50a023205..678e829aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,7 @@ widthspec.bin
/10_*
/20_linux_xen
/30_os-prober
+/30_uefi-firmware
/40_custom
/41_custom
/ABOUT-NLS
@@ -66,11 +67,13 @@ widthspec.bin
/ahci_test
/ascii.h
/autom4te.cache/
+/btrfs_test
/build-aux/
/build-grub-gen-asciih
/build-grub-gen-widthspec
/build-grub-mkfont
/cdboot_test
+/ChangeLog
/cmp_test
/compile
/config-util.h
@@ -83,8 +86,11 @@ widthspec.bin
/config.sub
/configure
/core_compress_test
+/cpio_test
+/date_test
/depcomp
/docs/*.info
+/docs/*.info-[0-9]*
/docs/stamp-1
/docs/stamp-vti
/docs/version-dev.texi
@@ -93,11 +99,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_cmd_date
@@ -105,6 +118,8 @@ widthspec.bin
/grub_cmd_regexp
/grub_cmd_set_date
/grub_cmd_sleep
+/grub_cmd_test
+/grub_cmd_tr
/grub-core/*.module
/grub-core/*.module.exe
/grub-core/*.pp
@@ -196,20 +211,27 @@ widthspec.bin
/gzcompress_test
/hddboot_test
/help_test
+/hfs_test
+/hfsplus_test
/INSTALL.grub
/install-sh
/include/grub/cpu
/include/grub/gcrypt/g10lib.h
/include/grub/gcrypt/gcrypt.h
/include/grub/machine
+/iso9660_test
+/jfs_test
/lib/libgcrypt-grub
/libgrub_a_init.c
/lzocompress_test
/m4/
/Makefile.util.am
/Makefile.utilgcry.def
+/minixfs_test
/missing
/netboot_test
+/nilfs2_test
+/ntfs_test
/ohci_test
/partmap_test
/pata_test
@@ -230,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.25.3
- [PATCH 0/5] gitignore: Clean up most of the gitignore mess, Hans Ulrich Niedermann, 2020/04/23
- [PATCH 1/5] gitignore: Group patterns with and without slash, Hans Ulrich Niedermann, 2020/04/23
- [PATCH 2/5] gitignore: Sort both pattern groups alphabetically, Hans Ulrich Niedermann, 2020/04/23
- [PATCH 3/5] gitignore: Consistent leading slash is easier to read, Hans Ulrich Niedermann, 2020/04/23
- [PATCH 4/5] gitignore: Add leading slashes where appropriate, Hans Ulrich Niedermann, 2020/04/23
- [PATCH 5/5] gitignore: Add a few forgotten file patterns,
Hans Ulrich Niedermann <=
- Re: [PATCH 0/5] gitignore: Clean up most of the gitignore mess, Daniel Kiper, 2020/04/27