.gitignore: add SPDX License Identifier
Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
2985bed680
commit
d198b34f38
1
arch/mips/boot/.gitignore
vendored
1
arch/mips/boot/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
mkboot
|
||||
elf2ecoff
|
||||
vmlinux.*
|
||||
|
1
arch/mips/boot/compressed/.gitignore
vendored
1
arch/mips/boot/compressed/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
ashldi3.c
|
||||
bswapsi.c
|
||||
|
1
arch/mips/boot/tools/.gitignore
vendored
1
arch/mips/boot/tools/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
relocs
|
||||
|
1
arch/mips/kernel/.gitignore
vendored
1
arch/mips/kernel/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
vmlinux.lds
|
||||
|
1
arch/mips/tools/.gitignore
vendored
1
arch/mips/tools/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
elf-entry
|
||||
loongson3-llsc-check
|
||||
|
1
arch/mips/vdso/.gitignore
vendored
1
arch/mips/vdso/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
*.so*
|
||||
vdso-*image.c
|
||||
genvdso
|
||||
|
Reference in New Issue
Block a user