From 11c0cc13b76d378a6520d34c2c7143bfd2496f75 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 28 Jun 2012 15:59:24 +0100 Subject: hgignore/gitignore: add xen/arch/x86/boot/reloc.bin, .lnk 25479:61dfb3da56b0 added a .PRECIOUS which causes these files to be left over more often. They should have been ignored already, though. Signed-off-by: Ian Jackson Committed-by: Ian Jackson --- .hgignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 27d8f794ae..ee17571b7b 100644 --- a/.hgignore +++ b/.hgignore @@ -322,7 +322,9 @@ ^xen/arch/x86/asm-offsets\.s$ ^xen/arch/x86/boot/mkelf32$ ^xen/arch/x86/xen\.lds$ -^xen/arch/x86/boot/reloc.S$ +^xen/arch/x86/boot/reloc\.S$ +^xen/arch/x86/boot/reloc\.bin$ +^xen/arch/x86/boot/reloc\.lnk$ ^xen/arch/x86/efi\.lds$ ^xen/arch/x86/efi/disabled$ ^xen/arch/x86/efi/mkreloc$ -- cgit v1.2.3