diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2021-05-09 17:31:24 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-07-05 08:15:11 +0300 |
commit | c1ba79ece88f33bae81617463d043fdf66e86a66 (patch) | |
tree | af63408786b74cfde80e3d68cb7dbabb9026948a /arch/nds32 | |
parent | a979522a1a88556e42a22ce61bccc58e304cb361 (diff) | |
download | linux-c1ba79ece88f33bae81617463d043fdf66e86a66.tar.xz |
nds32: add arch/nds32/boot/.gitignore
Ignore arch/nds32/boot/Image.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/boot/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nds32/boot/.gitignore b/arch/nds32/boot/.gitignore new file mode 100644 index 000000000000..9182a3a1ea0a --- /dev/null +++ b/arch/nds32/boot/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +/Image |