diff options
author | Ladislav Michl | 2017-01-09 11:33:28 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-09 10:30:24 -0500 |
commit | 8361af0d3098dbceaf8fec7b8a56b2c3d79f8d44 (patch) | |
tree | 12340f6e9edebabd315ce2e47bc3d2e41f8654f6 /lib/efi_loader/.gitignore | |
parent | f32a441b4a2eda79fc044ac77cc75fdf12b5a133 (diff) |
lib: gitignore *.elf and *.so generated by efi_loader
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Diffstat (limited to 'lib/efi_loader/.gitignore')
-rw-r--r-- | lib/efi_loader/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_loader/.gitignore b/lib/efi_loader/.gitignore new file mode 100644 index 00000000000..634a600f847 --- /dev/null +++ b/lib/efi_loader/.gitignore @@ -0,0 +1,2 @@ +*.efi +*.so |