summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-06-15 06:02:18 +0200
committerAlexander Graf <agraf@suse.de>2018-07-25 14:57:43 +0200
commitf260bd30e8f5651d81665aa68c090b415ef566e7 (patch)
tree644524f68f349ba9b9a37e0d4c63f6b178a941ff /lib
parent323a73adc9a1bf2de43fe03bdd9c3038ce7c2784 (diff)
efi_selftest: update .gitignore
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_selftest/.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/efi_selftest/.gitignore b/lib/efi_selftest/.gitignore
index c527e464e5..293a17b818 100644
--- 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