diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-03 22:35:59 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-25 11:50:48 +0100 |
commit | d198b34f3855eee2571dda03eea75a09c7c31480 (patch) | |
tree | decb8394d2a178501f270078f76a8b7ac84b7442 /usr | |
parent | 2985bed68083f3da5f6d79c3dbb9196dbc04d02a (diff) | |
download | linux-rt-d198b34f3855eee2571dda03eea75a09c7c31480.tar.gz |
.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>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/.gitignore | 1 | ||||
-rw-r--r-- | usr/include/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usr/.gitignore b/usr/.gitignore index 610de736b75e..935442ed1eb2 100644 --- a/usr/.gitignore +++ b/usr/.gitignore @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only gen_init_cpio initramfs_data.cpio /initramfs_inc_data diff --git a/usr/include/.gitignore b/usr/include/.gitignore index a0991ff4402b..d2fab782cb7d 100644 --- a/usr/include/.gitignore +++ b/usr/include/.gitignore @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only * !.gitignore !Makefile |