[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1545361961-31990-2-git-send-email-yamada.masahiro@socionext.com>
Date: Fri, 21 Dec 2018 12:12:40 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-kbuild@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/3] firmware: remove unnecessary patterns in .gitignore
Commit df85b2d767aa ("firmware: Restore support for built-in firmware")
should not have restored this .gitignore blindly.
What git should ignore is merely *.gen.S now.
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
firmware/.gitignore | 5 -----
1 file changed, 5 deletions(-)
diff --git a/firmware/.gitignore b/firmware/.gitignore
index d9c6901..9c8bdb9 100644
--- a/firmware/.gitignore
+++ b/firmware/.gitignore
@@ -1,6 +1 @@
*.gen.S
-*.fw
-*.bin
-*.csp
-*.dsp
-ihex2fw
--
2.7.4
Powered by blists - more mailing lists