diff options
| author | Heinrich Schuchardt <[email protected]> | 2019-12-16 12:05:58 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2020-01-07 18:08:20 +0100 |
| commit | 07b57ef1ebcb1098080385392197c3b9971e00e1 (patch) | |
| tree | 0542f82fa65e02e8af1be1efde6106b89df8a64f /lib | |
| parent | 362b991cbe203cd4795e4231aeb7b3388776da0f (diff) | |
efi_loader: git ignore helloworld_efi.S
Add *.S to .gitignore.
Signed-off-by: Heinrich Schuchardt <[email protected]>
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 634a600f847..f2d7c144479 100644 --- a/lib/efi_loader/.gitignore +++ b/lib/efi_loader/.gitignore @@ -1,2 +1,3 @@ *.efi *.so +*.S |
