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