konradr / rpms / grub2

Forked from rpms/grub2 6 years ago
Clone
1d9771a
From 512fe6865738286c94f87da64ca6b475bc3e2f38 Mon Sep 17 00:00:00 2001
f4c76c0
From: Peter Jones <pjones@redhat.com>
f4c76c0
Date: Tue, 7 Jul 2015 10:13:14 -0400
1d9771a
Subject: [PATCH 04/87] Fix bzr's ignore artificats in .gitignore
f4c76c0
f4c76c0
We lost a man page because of incompatibilities between bzr's ignore
f4c76c0
system and .gitignore, so solve that slightly better.
f4c76c0
f4c76c0
Signed-off-by: Peter Jones <pjones@redhat.com>
f4c76c0
---
f4c76c0
 .gitignore | 265 ++++++++++++++++++++++++++++---------------------------------
f4c76c0
 1 file changed, 120 insertions(+), 145 deletions(-)
f4c76c0
f4c76c0
diff --git a/.gitignore b/.gitignore
f4c76c0
index 18ab8e8..06c9f3a 100644
f4c76c0
--- a/.gitignore
f4c76c0
+++ b/.gitignore
f4c76c0
@@ -1,93 +1,154 @@
f4c76c0
-00_header
f4c76c0
-10_*
f4c76c0
-20_linux_xen
f4c76c0
-30_os-prober
f4c76c0
-40_custom
f4c76c0
-41_custom
f4c76c0
-*.1
f4c76c0
-*.8
f4c76c0
+!util/*.[[:digit:]]
f4c76c0
+!util/grub.d/[[:digit:]][[:digit:]]_*.in
f4c76c0
+*.[[:digit:]]
f4c76c0
+*.a
f4c76c0
+*.exe
f4c76c0
+*.exec
f4c76c0
+*.image
f4c76c0
+*.img
f4c76c0
+*.log
f4c76c0
+*.lst
f4c76c0
+*.marker
f4c76c0
+*.mod
f4c76c0
+*.o
f4c76c0
+*.pf2
f4c76c0
+*.pp
f4c76c0
+*.trs
f4c76c0
+.deps
f4c76c0
+.deps-core
f4c76c0
+.deps-util
f4c76c0
+.dirstamp
f4c76c0
+DISTLIST
f4c76c0
+GPATH
f4c76c0
+GRTAGS
f4c76c0
+GSYMS
f4c76c0
+GTAGS
f4c76c0
+Makefile
f4c76c0
+Makefile.in
f4c76c0
+Makefile.util.am
f4c76c0
+Makefile.utilgcry.def
f4c76c0
+[[:digit:]][[:digit:]]_*
f4c76c0
 aclocal.m4
f4c76c0
 ahci_test
f4c76c0
 ascii.bitmaps
f4c76c0
 ascii.h
f4c76c0
 autom4te.cache
f4c76c0
+build-aux/test-driver
f4c76c0
 build-grub-gen-asciih
f4c76c0
 build-grub-gen-widthspec
f4c76c0
 build-grub-mkfont
f4c76c0
 cdboot_test
f4c76c0
 cmp_test
f4c76c0
+compile
f4c76c0
+config-util.h
f4c76c0
+config-util.h.in
f4c76c0
 config.cache
f4c76c0
 config.guess
f4c76c0
 config.h
f4c76c0
-config-util.h
f4c76c0
-config-util.h.in
f4c76c0
 config.log
f4c76c0
 config.status
f4c76c0
 config.sub
f4c76c0
 configure
f4c76c0
+contrib
f4c76c0
 core_compress_test
f4c76c0
-DISTLIST
f4c76c0
+depcomp
f4c76c0
 docs/*.info
f4c76c0
+docs/stamp-1
f4c76c0
 docs/stamp-vti
f4c76c0
+docs/version-dev.texi
f4c76c0
 docs/version.texi
f4c76c0
 ehci_test
f4c76c0
 example_grub_script_test
f4c76c0
 example_scripted_test
f4c76c0
 example_unit_test
f4c76c0
-*.exec
f4c76c0
-*.exec.exe
f4c76c0
 fddboot_test
f4c76c0
+garbage-gen
f4c76c0
 genkernsyms.sh
f4c76c0
 gensymlist.sh
f4c76c0
 gentrigtables
f4c76c0
-gentrigtables.exe
f4c76c0
 gettext_strings_test
f4c76c0
 grub-bin2h
f4c76c0
-/grub-bios-setup
f4c76c0
-/grub-bios-setup.exe
f4c76c0
+grub-bios-setup
f4c76c0
+grub-core/*.module
f4c76c0
+grub-core/*.pp
f4c76c0
+grub-core/Makefile.core.am
f4c76c0
+grub-core/Makefile.gcry.def
f4c76c0
+grub-core/bootinfo.txt
f4c76c0
+grub-core/contrib
f4c76c0
+grub-core/gdb_grub
f4c76c0
+grub-core/genmod.sh
f4c76c0
+grub-core/gensyminfo.sh
f4c76c0
+grub-core/gmodule.pl
f4c76c0
+grub-core/gnulib/alloca.h
f4c76c0
+grub-core/gnulib/arg-nonnull.h
f4c76c0
+grub-core/gnulib/c++defs.h
f4c76c0
+grub-core/gnulib/charset.alias
f4c76c0
+grub-core/gnulib/configmake.h
f4c76c0
+grub-core/gnulib/float.h
f4c76c0
+grub-core/gnulib/getopt.h
f4c76c0
+grub-core/gnulib/langinfo.h
f4c76c0
+grub-core/gnulib/locale.h
f4c76c0
+grub-core/gnulib/ref-add.sed
f4c76c0
+grub-core/gnulib/ref-del.sed
f4c76c0
+grub-core/gnulib/stdio.h
f4c76c0
+grub-core/gnulib/stdlib.h
f4c76c0
+grub-core/gnulib/string.h
f4c76c0
+grub-core/gnulib/strings.h
f4c76c0
+grub-core/gnulib/sys
f4c76c0
+grub-core/gnulib/unistd.h
f4c76c0
+grub-core/gnulib/unitypes.h
f4c76c0
+grub-core/gnulib/uniwidth.h
f4c76c0
+grub-core/gnulib/warn-on-use.h
f4c76c0
+grub-core/gnulib/wchar.h
f4c76c0
+grub-core/gnulib/wctype.h
f4c76c0
+grub-core/grub.chrp
f4c76c0
+grub-core/kernel.img.bin
f4c76c0
+grub-core/lib/libgcrypt-grub
f4c76c0
+grub-core/modinfo.sh
f4c76c0
+grub-core/rs_decoder.h
f4c76c0
+grub-editenv
f4c76c0
+grub-emu
f4c76c0
+grub-emu-lite
f4c76c0
+grub-file
f4c76c0
+grub-fs-tester
f4c76c0
+grub-fstest
f4c76c0
+grub-glue-efi
f4c76c0
+grub-install
f4c76c0
+grub-kbdcomp
f4c76c0
+grub-macbless
f4c76c0
+grub-macho2img
f4c76c0
+grub-menulst2cfg
f4c76c0
+grub-mk*
f4c76c0
+grub-mount
f4c76c0
+grub-ofpathname
f4c76c0
+grub-probe
f4c76c0
+grub-reboot
f4c76c0
+grub-render-label
f4c76c0
+grub-script-check
f4c76c0
+grub-set-default
f4c76c0
+grub-shell
f4c76c0
+grub-shell-tester
f4c76c0
+grub-sparc64-setup
f4c76c0
+grub-syslinux2cfg
f4c76c0
 grub_cmd_date
f4c76c0
 grub_cmd_echo
f4c76c0
 grub_cmd_regexp
f4c76c0
 grub_cmd_set_date
f4c76c0
 grub_cmd_sleep
f4c76c0
-/grub-editenv
f4c76c0
-/grub-editenv.exe
f4c76c0
-grub-emu
f4c76c0
-grub-emu-lite
f4c76c0
-grub-emu.exe
f4c76c0
-grub-emu-lite.exe
f4c76c0
 grub_emu_init.c
f4c76c0
 grub_emu_init.h
f4c76c0
-/grub-file
f4c76c0
-/grub-file.exe
f4c76c0
-grub-fstest
f4c76c0
-grub-fstest.exe
f4c76c0
 grub_fstest_init.c
f4c76c0
 grub_fstest_init.h
f4c76c0
 grub_func_test
f4c76c0
-grub-install
f4c76c0
-grub-install.exe
f4c76c0
-grub-kbdcomp
f4c76c0
-/grub-macbless
f4c76c0
-/grub-macbless.exe
f4c76c0
-grub-macho2img
f4c76c0
-/grub-menulst2cfg
f4c76c0
-/grub-menulst2cfg.exe
f4c76c0
-/grub-mk*
f4c76c0
-grub-mount
f4c76c0
-/grub-ofpathname
f4c76c0
-/grub-ofpathname.exe
f4c76c0
-grub-core/build-grub-pe2elf.exe
f4c76c0
-/grub-probe
f4c76c0
-/grub-probe.exe
f4c76c0
 grub_probe_init.c
f4c76c0
 grub_probe_init.h
f4c76c0
-/grub-reboot
f4c76c0
+grub_script.tab.c
f4c76c0
+grub_script.tab.h
f4c76c0
+grub_script.yy.c
f4c76c0
+grub_script.yy.h
f4c76c0
 grub_script_blanklines
f4c76c0
 grub_script_blockarg
f4c76c0
 grub_script_break
f4c76c0
-grub-script-check
f4c76c0
-grub-script-check.exe
f4c76c0
 grub_script_check_init.c
f4c76c0
 grub_script_check_init.h
f4c76c0
 grub_script_comments
f4c76c0
@@ -113,136 +174,50 @@ grub_script_strcmp
f4c76c0
 grub_script_test
f4c76c0
 grub_script_vars1
f4c76c0
 grub_script_while1
f4c76c0
-grub_script.tab.c
f4c76c0
-grub_script.tab.h
f4c76c0
-grub_script.yy.c
f4c76c0
-grub_script.yy.h
f4c76c0
-grub-set-default
f4c76c0
 grub_setup_init.c
f4c76c0
 grub_setup_init.h
f4c76c0
-grub-shell
f4c76c0
-grub-shell-tester
f4c76c0
-grub-sparc64-setup
f4c76c0
-grub-sparc64-setup.exe
f4c76c0
-/grub-syslinux2cfg
f4c76c0
-/grub-syslinux2cfg.exe
f4c76c0
 gzcompress_test
f4c76c0
 hddboot_test
f4c76c0
 help_test
f4c76c0
-*.img
f4c76c0
-*.image
f4c76c0
-*.image.exe
f4c76c0
 include/grub/cpu
f4c76c0
+include/grub/gcrypt/g10lib.h
f4c76c0
+include/grub/gcrypt/gcrypt.h
f4c76c0
 include/grub/machine
f4c76c0
 install-sh
f4c76c0
 lib/libgcrypt-grub
f4c76c0
 libgrub_a_init.c
f4c76c0
-*.log
f4c76c0
-*.lst
f4c76c0
 lzocompress_test
f4c76c0
-*.marker
f4c76c0
-Makefile
f4c76c0
-*.mod
f4c76c0
-mod-*.c
f4c76c0
+mdate-sh
f4c76c0
 missing
f4c76c0
+mod-*.c
f4c76c0
 netboot_test
f4c76c0
-*.o
f4c76c0
-*.a
f4c76c0
 ohci_test
f4c76c0
 partmap_test
f4c76c0
 pata_test
f4c76c0
-*.pf2
f4c76c0
-*.pp
f4c76c0
+po/*.gmo
f4c76c0
 po/*.mo
f4c76c0
-po/grub.pot
f4c76c0
+po/*.po
f4c76c0
+po/LINGUAS
f4c76c0
 po/POTFILES
f4c76c0
+po/POTFILES-shell.in
f4c76c0
+po/POTFILES.in
f4c76c0
+po/grub.pot
f4c76c0
+po/remove-potcdate.sed
f4c76c0
 po/stamp-po
f4c76c0
 printf_test
f4c76c0
 priority_queue_unit_test
f4c76c0
 pseries_test
f4c76c0
 stamp-h
f4c76c0
-stamp-h1
f4c76c0
 stamp-h.in
f4c76c0
+stamp-h1
f4c76c0
 symlist.c
f4c76c0
 symlist.h
f4c76c0
+texinfo.tex
f4c76c0
 trigtables.c
f4c76c0
-*.trs
f4c76c0
 uhci_test
f4c76c0
-update-grub_lib
f4c76c0
 unidata.c
f4c76c0
-xzcompress_test
f4c76c0
-Makefile.in
f4c76c0
-GPATH
f4c76c0
-GRTAGS
f4c76c0
-GSYMS
f4c76c0
-GTAGS
f4c76c0
-compile
f4c76c0
-depcomp
f4c76c0
-mdate-sh
f4c76c0
-texinfo.tex
f4c76c0
-grub-core/lib/libgcrypt-grub
f4c76c0
-.deps
f4c76c0
-.deps-util
f4c76c0
-.deps-core
f4c76c0
-.dirstamp
f4c76c0
-Makefile.util.am
f4c76c0
-contrib
f4c76c0
-grub-core/bootinfo.txt
f4c76c0
-grub-core/Makefile.core.am
f4c76c0
-grub-core/Makefile.gcry.def
f4c76c0
-grub-core/contrib
f4c76c0
-grub-core/gdb_grub
f4c76c0
-grub-core/genmod.sh
f4c76c0
-grub-core/gensyminfo.sh
f4c76c0
-grub-core/gmodule.pl
f4c76c0
-grub-core/grub.chrp
f4c76c0
-grub-core/modinfo.sh
f4c76c0
-grub-core/*.module
f4c76c0
-grub-core/*.module.exe
f4c76c0
-grub-core/*.pp
f4c76c0
-grub-core/kernel.img.bin
f4c76c0
+update-grub_lib
f4c76c0
 util/bash-completion.d/grub
f4c76c0
-grub-core/gnulib/alloca.h
f4c76c0
-grub-core/gnulib/arg-nonnull.h
f4c76c0
-grub-core/gnulib/c++defs.h
f4c76c0
-grub-core/gnulib/charset.alias
f4c76c0
-grub-core/gnulib/configmake.h
f4c76c0
-grub-core/gnulib/float.h
f4c76c0
-grub-core/gnulib/getopt.h
f4c76c0
-grub-core/gnulib/langinfo.h
f4c76c0
-grub-core/gnulib/ref-add.sed
f4c76c0
-grub-core/gnulib/ref-del.sed
f4c76c0
-grub-core/gnulib/stdio.h
f4c76c0
-grub-core/gnulib/stdlib.h
f4c76c0
-grub-core/gnulib/string.h
f4c76c0
-grub-core/gnulib/strings.h
f4c76c0
-grub-core/gnulib/sys
f4c76c0
-grub-core/gnulib/unistd.h
f4c76c0
-grub-core/gnulib/warn-on-use.h
f4c76c0
-grub-core/gnulib/wchar.h
f4c76c0
-grub-core/gnulib/wctype.h
f4c76c0
-grub-core/rs_decoder.h
f4c76c0
 widthspec.bin
f4c76c0
 widthspec.h
f4c76c0
-docs/stamp-1
f4c76c0
-docs/version-dev.texi
f4c76c0
-Makefile.utilgcry.def
f4c76c0
-po/*.po
f4c76c0
-po/*.gmo
f4c76c0
-po/LINGUAS
f4c76c0
-po/remove-potcdate.sed
f4c76c0
-include/grub/gcrypt/gcrypt.h
f4c76c0
-include/grub/gcrypt/g10lib.h
f4c76c0
-po/POTFILES.in
f4c76c0
-po/POTFILES-shell.in
f4c76c0
-/grub-glue-efi
f4c76c0
-/grub-render-label
f4c76c0
-/grub-glue-efi.exe
f4c76c0
-/grub-render-label.exe
f4c76c0
-grub-core/gnulib/locale.h
f4c76c0
-grub-core/gnulib/unitypes.h
f4c76c0
-grub-core/gnulib/uniwidth.h
f4c76c0
-build-aux/test-driver
f4c76c0
-/garbage-gen
f4c76c0
-/garbage-gen.exe
f4c76c0
-/grub-fs-tester
f4c76c0
+xzcompress_test
f4c76c0
-- 
1d9771a
2.7.4
f4c76c0