Masahiro Yamada
9009b45581
.gitignore: prefix local generated files with a slash
...
The pattern prefixed with '/' matches files in the same directory,
but not ones in sub-directories.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Acked-by: Miguel Ojeda <ojeda@kernel.org >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Andra Paraschiv <andraprs@amazon.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Gabriel Krisman Bertazi <krisman@collabora.com >
2021-05-02 00:43:35 +09:00
Masahiro Yamada
d198b34f38
.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 >
2020-03-25 11:50:48 +01:00
Paul Gortmaker
8cd3c556b5
HID: samples/hidraw: add .gitignore file
...
To fix:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# samples/hidraw/hid-example
as seen in git status output after an allyesconfig build.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
2013-08-20 12:48:58 +02:00