[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] x86/boot: Rationalise .gitignore
commit 011814bd45c42720c9212dd61b65668c33c216d6 Author: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> AuthorDate: Mon Oct 7 15:15:35 2024 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Oct 8 13:06:13 2024 +0100 x86/boot: Rationalise .gitignore Strip all related content out of the root .gitignore, and provide a more local .gitignore's with up-to-date patterns. Signed-off-by: Frediano Ziglio <frediano.ziglio@xxxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- .gitignore | 3 --- xen/arch/x86/boot/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5d65bcd7bc..25484a8fd8 100644 --- a/.gitignore +++ b/.gitignore @@ -212,9 +212,6 @@ xen/.config xen/.config.old xen/.xen.elf32 xen/System.map -xen/arch/x86/boot/mkelf32 -xen/arch/x86/boot/*.bin -xen/arch/x86/boot/*.lnk xen/arch/x86/efi.lds xen/arch/x86/efi/check.efi xen/arch/x86/efi/mkreloc diff --git a/xen/arch/x86/boot/.gitignore b/xen/arch/x86/boot/.gitignore new file mode 100644 index 0000000000..a379db7988 --- /dev/null +++ b/xen/arch/x86/boot/.gitignore @@ -0,0 +1,3 @@ +/mkelf32 +/*.bin +/*.lnk -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |