Blame SOURCES/grub-2.00-bzrignore.patch

f96e0b
From: Peter Jones <pjones@redhat.com>
f96e0b
Date: Mon, 3 Jun 2013 13:27:00 -0400
f96e0b
Subject: [PATCH] Fix missing bzrignore
f96e0b
f96e0b
grub's release tarball has no bzrignore in it, so we need to fix that since
f96e0b
our patches come from the bzr tree.
f96e0b
f96e0b
---
f96e0b
f96e0b
diff --git a/.bzrignore b/.bzrignore
f96e0b
new file mode 100644
f96e0b
index 0000000..64aa4c9
f96e0b
--- /dev/null
f96e0b
+++ b/.bzrignore
f96e0b
@@ -0,0 +1,171 @@
f96e0b
+00_header
f96e0b
+10_*
f96e0b
+20_linux_xen
f96e0b
+30_os-prober
f96e0b
+40_custom
f96e0b
+41_custom
f96e0b
+*.1
f96e0b
+*.8
f96e0b
+aclocal.m4
f96e0b
+ascii.bitmaps
f96e0b
+ascii.h
f96e0b
+autom4te.cache
f96e0b
+build_env.mk
f96e0b
+.bzrignore
f96e0b
+config.cache
f96e0b
+config.guess
f96e0b
+config.h
f96e0b
+config-util.h
f96e0b
+config-util.h.in
f96e0b
+config.log
f96e0b
+config.status
f96e0b
+config.sub
f96e0b
+configure
f96e0b
+DISTLIST
f96e0b
+docs/*.info
f96e0b
+docs/stamp-vti
f96e0b
+docs/version.texi
f96e0b
+*.elf
f96e0b
+example_grub_script_test
f96e0b
+example_scripted_test
f96e0b
+example_unit_test
f96e0b
+*.exec
f96e0b
+genkernsyms.sh
f96e0b
+gensymlist.sh
f96e0b
+gentrigtables
f96e0b
+grub-bin2h
f96e0b
+grub_cmd_echo
f96e0b
+grub_cmd_regexp
f96e0b
+grub-editenv
f96e0b
+grub-emu
f96e0b
+grub_emu_init.c
f96e0b
+grub_emu_init.h
f96e0b
+grub-fstest
f96e0b
+grub_fstest_init.c
f96e0b
+grub_fstest_init.h
f96e0b
+grub-install
f96e0b
+grub-kbdcomp
f96e0b
+grub-macho2img
f96e0b
+grub-menulst2cfg
f96e0b
+grub-mk*
f96e0b
+grub-mount
f96e0b
+grub-pe2elf
f96e0b
+grub-probe
f96e0b
+grub_probe_init.c
f96e0b
+grub_probe_init.h
f96e0b
+grub-reboot
f96e0b
+grub_script_blanklines
f96e0b
+grub_script_blockarg
f96e0b
+grub_script_break
f96e0b
+grub-script-check
f96e0b
+grub_script_check_init.c
f96e0b
+grub_script_check_init.h
f96e0b
+grub_script_comments
f96e0b
+grub_script_continue
f96e0b
+grub_script_dollar
f96e0b
+grub_script_echo1
f96e0b
+grub_script_echo_keywords
f96e0b
+grub_script_expansion
f96e0b
+grub_script_final_semicolon
f96e0b
+grub_script_for1
f96e0b
+grub_script_functions
f96e0b
+grub_script_if
f96e0b
+grub_script_not
f96e0b
+grub_script_return
f96e0b
+grub_script_setparams
f96e0b
+grub_script_shift
f96e0b
+grub_script_vars1
f96e0b
+grub_script_while1
f96e0b
+grub_script.tab.c
f96e0b
+grub_script.tab.h
f96e0b
+grub_script.yy.c
f96e0b
+grub_script.yy.h
f96e0b
+grub-set-default
f96e0b
+grub-setup
f96e0b
+grub_setup_init.c
f96e0b
+grub_setup_init.h
f96e0b
+grub-shell
f96e0b
+grub-shell-tester
f96e0b
+*.img
f96e0b
+*.image
f96e0b
+include/grub/cpu
f96e0b
+include/grub/machine
f96e0b
+install-sh
f96e0b
+lib/libgcrypt-grub
f96e0b
+libgrub_a_init.c
f96e0b
+*.lst
f96e0b
+*.marker
f96e0b
+Makefile
f96e0b
+*.mod
f96e0b
+mod-*.c
f96e0b
+missing
f96e0b
+partmap_test
f96e0b
+*.pf2
f96e0b
+*.pp
f96e0b
+po/*.mo
f96e0b
+po/grub.pot
f96e0b
+po/POTFILES
f96e0b
+po/stamp-po
f96e0b
+stamp-h
f96e0b
+stamp-h1
f96e0b
+stamp-h.in
f96e0b
+symlist.c
f96e0b
+symlist.h
f96e0b
+trigtables.c
f96e0b
+update-grub_lib
f96e0b
+unidata.c
f96e0b
+Makefile.in
f96e0b
+GPATH
f96e0b
+GRTAGS
f96e0b
+GSYMS
f96e0b
+GTAGS
f96e0b
+Makefile.tpl
f96e0b
+compile
f96e0b
+depcomp
f96e0b
+mdate-sh
f96e0b
+texinfo.tex
f96e0b
+grub-core/lib/libgcrypt-grub
f96e0b
+**/.deps
f96e0b
+**/.deps-util
f96e0b
+**/.deps-core
f96e0b
+**/.dirstamp
f96e0b
+Makefile.util.am
f96e0b
+contrib
f96e0b
+grub-core/Makefile.core.am
f96e0b
+grub-core/Makefile.gcry.def
f96e0b
+grub-core/contrib
f96e0b
+grub-core/gdb_grub
f96e0b
+grub-core/genmod.sh
f96e0b
+grub-core/gensyminfo.sh
f96e0b
+grub-core/gmodule.pl
f96e0b
+grub-core/modinfo.sh
f96e0b
+grub-core/*.module
f96e0b
+grub-core/*.pp
f96e0b
+util/bash-completion.d/grub
f96e0b
+grub-core/gnulib/alloca.h
f96e0b
+grub-core/gnulib/arg-nonnull.h
f96e0b
+grub-core/gnulib/c++defs.h
f96e0b
+grub-core/gnulib/charset.alias
f96e0b
+grub-core/gnulib/configmake.h
f96e0b
+grub-core/gnulib/getopt.h
f96e0b
+grub-core/gnulib/langinfo.h
f96e0b
+grub-core/gnulib/ref-add.sed
f96e0b
+grub-core/gnulib/ref-del.sed
f96e0b
+grub-core/gnulib/stdio.h
f96e0b
+grub-core/gnulib/stdlib.h
f96e0b
+grub-core/gnulib/string.h
f96e0b
+grub-core/gnulib/strings.h
f96e0b
+grub-core/gnulib/sys
f96e0b
+grub-core/gnulib/unistd.h
f96e0b
+grub-core/gnulib/warn-on-use.h
f96e0b
+grub-core/gnulib/wchar.h
f96e0b
+grub-core/gnulib/wctype.h
f96e0b
+grub-core/rs_decoder.S
f96e0b
+widthspec.bin
f96e0b
+widthspec.h
f96e0b
+docs/stamp-1
f96e0b
+docs/version-dev.texi
f96e0b
+Makefile.utilgcry.def
f96e0b
+po/*.po
f96e0b
+po/*.gmo
f96e0b
+po/LINGUAS