.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:
Masahiro Yamada
2020-03-03 22:35:59 +09:00
committed by Greg Kroah-Hartman
parent 2985bed680
commit d198b34f38
246 changed files with 246 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file

View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
output
*.pyc

View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
*.example.dts
processed-schema.yaml

View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
page-types
slabinfo

1
arch/.gitignore vendored
View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
i386
x86_64

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
uImage

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
Image
zImage
xipImage

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
ashldi3.S
bswapsdi2.S
font.c

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
aesbs-core.S
sha256-core.S
sha512-core.S

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
pm_data-offsets.h

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
pm-asm-offsets.h

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds
vdso.so.raw
vdsomunge

View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
Image
Image.gz

View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
sha256-core.S
sha512-core.S

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vmlinux.lds

View File

@@ -1 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds

View File

@@ -1,2 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
vdso.lds
vdso.so.raw

Some files were not shown because too many files have changed in this diff Show More