summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciek Borzecki <maciek.borzecki@gmail.com>2016-03-03 19:08:54 +0100
committerGerrit Code Review <gerrit@zephyrproject.org>2016-03-04 18:31:42 +0000
commitb5e26faceb251eedccc1811af2b1091b00e80d5f (patch)
tree4c9fb6b364bd3fbf776273106376bbee7f5bcc8b
parentf0a01163bef4ca69c3a1f628fea18ad1942cf740 (diff)
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>
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0f4fb7a3b..0e5fc6b28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@
*.pyc
*.swp
*.swo
-!arch/*/*/*/*.cmd
+!arch/*/*/**/*.cmd
*~
cscope.*
.dir