diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-12-16 12:05:58 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-01-07 18:08:20 +0100 |
commit | 07b57ef1ebcb1098080385392197c3b9971e00e1 (patch) | |
tree | 0542f82fa65e02e8af1be1efde6106b89df8a64f /lib | |
parent | 362b991cbe203cd4795e4231aeb7b3388776da0f (diff) | |
download | u-boot-07b57ef1ebcb1098080385392197c3b9971e00e1.tar.gz u-boot-07b57ef1ebcb1098080385392197c3b9971e00e1.tar.bz2 u-boot-07b57ef1ebcb1098080385392197c3b9971e00e1.zip |
efi_loader: git ignore helloworld_efi.S
Add *.S to .gitignore.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efi_loader/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/.gitignore b/lib/efi_loader/.gitignore index 634a600f84..f2d7c14447 100644 --- a/lib/efi_loader/.gitignore +++ b/lib/efi_loader/.gitignore @@ -1,2 +1,3 @@ *.efi *.so +*.S |