summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-12-16 14:05:58 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-01-07 20:08:20 +0300
commit07b57ef1ebcb1098080385392197c3b9971e00e1 (patch)
tree0542f82fa65e02e8af1be1efde6106b89df8a64f /lib
parent362b991cbe203cd4795e4231aeb7b3388776da0f (diff)
downloadu-boot-07b57ef1ebcb1098080385392197c3b9971e00e1.tar.xz
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/.gitignore1
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