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:
Maciek Borzecki 2016-03-03 19:08:54 +01:00 committed by Gerrit Code Review
commit b5e26faceb

2
.gitignore vendored
View file

@ -5,7 +5,7 @@
*.pyc
*.swp
*.swo
!arch/*/*/*/*.cmd
!arch/*/*/**/*.cmd
*~
cscope.*
.dir