Skip to content

Commit

Permalink
x86/boot: Rationalise .gitignore
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Andrew Cooper <[email protected]>
  • Loading branch information
freddy77 authored and andyhhp committed Oct 8, 2024
1 parent 9ab0496 commit 011814b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions xen/arch/x86/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/mkelf32
/*.bin
/*.lnk

0 comments on commit 011814b

Please sign in to comment.