projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
323a73a
)
efi_selftest: update .gitignore
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 15 Jun 2018 04:02:18 +0000
(06:02 +0200)
committer
Alexander Graf
<agraf@suse.de>
Wed, 25 Jul 2018 12:57:43 +0000
(14:57 +0200)
The following generated files should be ignored by git:
efi_miniapp_file_image_exit.h
efi_miniapp_file_image_return.h
*.so files are normally deleted during the build but should be
ignored too.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/.gitignore
patch
|
blob
|
history
diff --git
a/lib/efi_selftest/.gitignore
b/lib/efi_selftest/.gitignore
index c527e464e530e4a37dbbcec8a3fc9de8712ea091..293a17b818c5ac29f51c86085d307ed9ad36fcf2 100644
(file)
--- a/
lib/efi_selftest/.gitignore
+++ b/
lib/efi_selftest/.gitignore
@@
-1,2
+1,4
@@
-efi_miniapp_file_image.h
+efi_miniapp_file_image_exit.h
+efi_miniapp_file_image_return.h
*.efi
+*.so