EFI loader generates two types of binaries that usually are not a part of
source tree. Ignore them globally based on extension.

Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 7fac5b3c74..b9fa0354dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 #
 .*
 *.o
+*.so
 *.o.*
 *.a
 *.s
@@ -15,6 +16,7 @@
 *.i
 *.lst
 *.order
+*.efi
 *.elf
 *.swp
 *.bin
-- 
2.11.0

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to