diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-20 22:12:40 -0500 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-21 10:47:59 -0500 |
commit | b239b4d65d6442fabd6db694f9d014268b8711c1 (patch) | |
tree | 43b9922fd789c9c6824f4df65651520e53794b31 /firmware | |
parent | 3c78c77bafb18bbbd22f6bda6f508699431ceb11 (diff) |
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>
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/.gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/.gitignore b/firmware/.gitignore index d9c69017bc9a..9c8bdb9fdcc3 100644 --- a/firmware/.gitignore +++ b/firmware/.gitignore | |||
@@ -1,6 +1 @@ | |||
1 | *.gen.S | *.gen.S | |
2 | *.fw | ||
3 | *.bin | ||
4 | *.csp | ||
5 | *.dsp | ||
6 | ihex2fw | ||