From b239b4d65d6442fabd6db694f9d014268b8711c1 Mon Sep 17 00:00:00 2001
From: Masahiro Yamada <yamada.masahiro@socionext.com>
Date: Fri, 21 Dec 2018 12:12:40 +0900
Subject: [PATCH] firmware: remove unnecessary patterns from .gitignore

Commit df85b2d767aa ("firmware: Restore support for built-in firmware")
should not have restored this .gitignore blindly.

*.gen.S is only pattern that should be ignored by git.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
 firmware/.gitignore | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/firmware/.gitignore b/firmware/.gitignore
index d9c69017bc9af..9c8bdb9fdcc31 100644
--- a/firmware/.gitignore
+++ b/firmware/.gitignore
@@ -1,6 +1 @@
 *.gen.S
-*.fw
-*.bin
-*.csp
-*.dsp
-ihex2fw
-- 
GitLab