gitignore: make sure that SOC specific linker scripts stay visible
Update gitignore so that linker scripts lower in directory tree under arch/*/soc stay visible when running `git status` Change-Id: Ia618eab4534c6ff06d3dedbcd3e0062c1dd278de Signed-off-by: Maciej Borzecki <maciek.borzecki@gmail.com>
This commit is contained in:
parent
f0a01163be
commit
b5e26faceb
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,7 +5,7 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
*.swo
|
||||
!arch/*/*/*/*.cmd
|
||||
!arch/*/*/**/*.cmd
|
||||
*~
|
||||
cscope.*
|
||||
.dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue