mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-26 03:57:31 +00:00
add a .gitignore
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
c682b514bf
commit
63bdfd8501
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
.*.sw?
|
||||||
|
certdb
|
||||||
|
shim_cert.h
|
||||||
|
*.a
|
||||||
|
*.cer
|
||||||
|
*.crl
|
||||||
|
*.crt
|
||||||
|
*.csr
|
||||||
|
*.db
|
||||||
|
*.db.attr
|
||||||
|
*.db.attr.old
|
||||||
|
*.db.old
|
||||||
|
*.domain.txt
|
||||||
|
*.efi
|
||||||
|
*.efi.debug
|
||||||
|
*.efi.signed
|
||||||
|
*.key
|
||||||
|
*.key
|
||||||
|
*.o
|
||||||
|
*.pem
|
||||||
|
*.p12
|
||||||
|
*.so
|
||||||
|
*.srl
|
||||||
|
*.srl.old
|
Loading…
Reference in New Issue
Block a user