From ba308a553a561c49ac747450a49fff2c5e245197 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 3 Mar 2020 22:35:59 +0900 Subject: [PATCH] .gitignore: add SPDX License Identifier Add SPDX License Identifier to all .gitignore files. Signed-off-by: Masahiro Yamada Signed-off-by: Greg Kroah-Hartman Signed-off-by: Christian Lamparter --- config/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/config/.gitignore b/config/.gitignore index c68f45b..68bc621 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only conf parser.tab.c parser.tab.h -- 2.31.1