]> xenbits.xensource.com Git - xen.git/commitdiff
x86/boot: Rationalise .gitignore
authorFrediano Ziglio <frediano.ziglio@cloud.com>
Mon, 7 Oct 2024 14:15:35 +0000 (15:15 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 8 Oct 2024 12:06:13 +0000 (13:06 +0100)
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@cloud.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
.gitignore
xen/arch/x86/boot/.gitignore [new file with mode: 0644]

index 5d65bcd7bce8e75c27697086a8c32861e496bc55..25484a8fd8da01ec548bba633e516059a62c764b 100644 (file)
@@ -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 (file)
index 0000000..a379db7
--- /dev/null
@@ -0,0 +1,3 @@
+/mkelf32
+/*.bin
+/*.lnk