mirror of
https://github.com/torvalds/linux
synced 2024-11-03 01:56:01 +00:00
firmware: remove unnecessary patterns from .gitignore
Commit df85b2d767
("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>
This commit is contained in:
parent
3c78c77baf
commit
b239b4d65d
1 changed files with 0 additions and 5 deletions
5
firmware/.gitignore
vendored
5
firmware/.gitignore
vendored
|
@ -1,6 +1 @@
|
|||
*.gen.S
|
||||
*.fw
|
||||
*.bin
|
||||
*.csp
|
||||
*.dsp
|
||||
ihex2fw
|
||||
|
|
Loading…
Reference in a new issue