[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] hgignore/gitignore: add xen/arch/x86/boot/reloc.bin, .lnk
I have just pushed the patch below. Ian. # HG changeset patch # User Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> # Date 1340895564 -3600 # Node ID 39b056330de08c3d79cd000c340a7de39c0940d6 # Parent e541c488a4eef80947a5f5b49696fc57ad4e3497 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 <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> diff -r e541c488a4ee -r 39b056330de0 .gitignore --- a/.gitignore Thu Jun 28 15:49:53 2012 +0100 +++ b/.gitignore Thu Jun 28 15:59:24 2012 +0100 @@ -296,6 +296,8 @@ 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.bin +xen/arch/x86/boot/reloc.lnk xen/arch/x86/efi.lds xen/arch/x86/efi/disabled xen/arch/x86/efi/mkreloc diff -r e541c488a4ee -r 39b056330de0 .hgignore --- a/.hgignore Thu Jun 28 15:49:53 2012 +0100 +++ b/.hgignore Thu Jun 28 15:59:24 2012 +0100 @@ -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$ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |