diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-06-15 06:02:18 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-07-25 14:57:43 +0200 |
commit | f260bd30e8f5651d81665aa68c090b415ef566e7 (patch) | |
tree | 644524f68f349ba9b9a37e0d4c63f6b178a941ff /lib/efi_selftest/.gitignore | |
parent | 323a73adc9a1bf2de43fe03bdd9c3038ce7c2784 (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/efi_selftest/.gitignore')
-rw-r--r-- | lib/efi_selftest/.gitignore | 4 |
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 |