diff options
author | Nathan Lynch <nathan_lynch@mentor.com> | 2015-04-18 00:39:00 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-04-21 15:27:53 +0100 |
commit | 2b507a2d9c7fdea3215aedf0a0e3660309f319e1 (patch) | |
tree | b10588753f6582f7deea1adf08d7058e30f09c2e /arch | |
parent | 5d38000b3c97a1079734c0b4c5f87d5b935318cd (diff) |
ARM: 8343/1: VDSO: add build artifacts to .gitignore
vdsomunge and vdso.so.raw are outputs that don't get matched by the
normal ignore rules.
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/vdso/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/vdso/.gitignore b/arch/arm/vdso/.gitignore index f8b69d84238e..6b47f6e0b032 100644 --- a/arch/arm/vdso/.gitignore +++ b/arch/arm/vdso/.gitignore @@ -1 +1,3 @@ vdso.lds +vdso.so.raw +vdsomunge |