.gitignore: prefix local generated files with a slash
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 30 Apr 2021 02:03:08 +0000 (11:03 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 1 May 2021 15:43:35 +0000 (00:43 +0900)
commit9009b455811b0fa1f6b0adfa94db136984db5a38
treeebe313301423019e596073d3c14d86ef91ddae94
parent77a88274dc1a2cf3a775161d9a3242bc798ee680
.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>
27 files changed:
Documentation/devicetree/bindings/.gitignore
arch/.gitignore
certs/.gitignore
drivers/memory/.gitignore
drivers/tty/vt/.gitignore
fs/unicode/.gitignore
kernel/.gitignore
lib/.gitignore
samples/auxdisplay/.gitignore
samples/binderfs/.gitignore
samples/connector/.gitignore
samples/hidraw/.gitignore
samples/mei/.gitignore
samples/nitro_enclaves/.gitignore
samples/pidfd/.gitignore
samples/seccomp/.gitignore
samples/timers/.gitignore
samples/vfs/.gitignore
samples/watch_queue/.gitignore
samples/watchdog/.gitignore
scripts/.gitignore
scripts/basic/.gitignore
scripts/dtc/.gitignore
scripts/gcc-plugins/.gitignore
scripts/genksyms/.gitignore
scripts/mod/.gitignore
usr/.gitignore