public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 1/1] gitignore: Append *.so and *.efi
@ 2017-01-08 18:04 Andy Shevchenko
  0 siblings, 0 replies; only message in thread
From: Andy Shevchenko @ 2017-01-08 18:04 UTC (permalink / raw)
  To: u-boot

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@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-08 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-08 18:04 [U-Boot] [PATCH v1 1/1] gitignore: Append *.so and *.efi Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox