mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Fix the arch subdirs in .gitignore.
Currently they'll exclude e.g. inc/x64/ by accident; this makes it only apply to the top level. Also adds vim temp files to the ignore list. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
b5d49caed2
commit
f05d80c0cf
1 changed files with 7 additions and 6 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -1,12 +1,13 @@
|
|||
.*.sw?
|
||||
*.efi
|
||||
*.efi.debug
|
||||
*.o
|
||||
*.a
|
||||
*.tar.*
|
||||
*.tar
|
||||
aa64
|
||||
arm
|
||||
ia32
|
||||
ia64
|
||||
mips64el
|
||||
x64
|
||||
/aa64/
|
||||
/arm/
|
||||
/ia32/
|
||||
/ia64/
|
||||
/mips64el/
|
||||
/x64/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue