Ignore *.hash

*.hash should be ignored by git status if ENABLE_SHIM_HASH is
configured.

Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
Jia Zhang 2018-10-30 21:33:22 +08:00 committed by Peter Jones
parent 545b4a194f
commit 518d9029c2

1
.gitignore vendored
View File

@ -15,6 +15,7 @@ shim_cert.h
*.efi *.efi
*.efi.debug *.efi.debug
*.efi.signed *.efi.signed
*.hash
*.key *.key
*.key *.key
*.o *.o