From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Sun, 8 Jan 2017 21:04:07 +0300 Subject: [U-Boot] [PATCH v1 1/1] gitignore: Append *.so and *.efi Message-ID: <20170108180407.169729-1-andriy.shevchenko@linux.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- .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