[U-Boot] [PATCH v1 1/1] gitignore: Append *.so and *.efi
Andy Shevchenko
andriy.shevchenko at linux.intel.com
Sun Jan 8 19:04:07 CET 2017
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.shevchenko at 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
More information about the U-Boot
mailing list