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:
Peter Jones 2020-01-15 13:07:49 -05:00 committed by Robbie Harwood
parent b5d49caed2
commit f05d80c0cf

13
.gitignore vendored
View file

@ -1,12 +1,13 @@
.*.sw?
*.efi
*.efi.debug
*.o
*.a
*.tar.*
*.tar
aa64
arm
ia32
ia64
mips64el
x64
/aa64/
/arm/
/ia32/
/ia64/
/mips64el/
/x64/