[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 6/6] gitignore: Add a few forgotten file patterns
From: |
Hans Ulrich Niedermann |
Subject: |
[PATCH v4 6/6] gitignore: Add a few forgotten file patterns |
Date: |
Thu, 7 May 2020 23:33:20 +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 to add to .gitignore in the past.
Signed-off-by: Hans Ulrich Niedermann <address@hidden>
Reviewed-by: Daniel Kiper <address@hidden>
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
- [PATCH v4 0/6] gitignore: Clean up most of the gitignore mess, Hans Ulrich Niedermann, 2020/05/07
- [PATCH v4 1/6] gitignore: Consistent leading slash is easier to read, Hans Ulrich Niedermann, 2020/05/07
- [PATCH v4 2/6] gitignore: Group patterns with and without slash, Hans Ulrich Niedermann, 2020/05/07
- [PATCH v4 3/6] gitignore: Sort both pattern groups alphabetically, Hans Ulrich Niedermann, 2020/05/07
- [PATCH v4 4/6] gitignore: Add trailing slashes for directories, Hans Ulrich Niedermann, 2020/05/07
- [PATCH v4 5/6] gitignore: Add leading slashes where appropriate, Hans Ulrich Niedermann, 2020/05/07
- [PATCH v4 6/6] gitignore: Add a few forgotten file patterns,
Hans Ulrich Niedermann <=
- Re: [PATCH v4 0/6] gitignore: Clean up most of the gitignore mess, Daniel Kiper, 2020/05/11