Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

.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>

+56 -54
+2 -2
Documentation/devicetree/bindings/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 *.example.dts 3 - processed-schema*.yaml 4 - processed-schema*.json 3 + /processed-schema*.yaml 4 + /processed-schema*.json
+2 -2
arch/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - i386 3 - x86_64 2 + /i386/ 3 + /x86_64/
+2 -2
certs/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - x509_certificate_list 3 - x509_revocation_list 2 + /x509_certificate_list 3 + /x509_revocation_list
+1 -1
drivers/memory/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - ti-emif-asm-offsets.h 2 + /ti-emif-asm-offsets.h
+3 -3
drivers/tty/vt/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - conmakehash 3 - consolemap_deftbl.c 4 - defkeymap.c 2 + /conmakehash 3 + /consolemap_deftbl.c 4 + /defkeymap.c
+2 -2
fs/unicode/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - mkutf8data 3 - utf8data.h 2 + /mkutf8data 3 + /utf8data.h
+1 -1
kernel/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 /config_data 3 - kheaders.md5 3 + /kheaders.md5
+5 -5
lib/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - gen_crc32table 3 - gen_crc64table 4 - crc32table.h 5 - crc64table.h 6 - oid_registry_data.c 2 + /crc32table.h 3 + /crc64table.h 4 + /gen_crc32table 5 + /gen_crc64table 6 + /oid_registry_data.c
+1 -1
samples/auxdisplay/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - cfag12864b-example 2 + /cfag12864b-example
+2 -1
samples/binderfs/.gitignore
··· 1 - binderfs_example 1 + # SPDX-License-Identifier: GPL-2.0 2 + /binderfs_example
+1 -1
samples/connector/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - ucon 2 + /ucon
+1 -1
samples/hidraw/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - hid-example 2 + /hid-example
+1 -1
samples/mei/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - mei-amt-version 2 + /mei-amt-version
+1 -1
samples/nitro_enclaves/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - ne_ioctl_sample 2 + /ne_ioctl_sample
+1 -1
samples/pidfd/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - pidfd-metadata 2 + /pidfd-metadata
+4 -4
samples/seccomp/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - bpf-direct 3 - bpf-fancy 4 - dropper 5 - user-trap 2 + /bpf-direct 3 + /bpf-fancy 4 + /dropper 5 + /user-trap
+1 -1
samples/timers/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - hpet_example 2 + /hpet_example
+2 -2
samples/vfs/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - test-fsmount 3 - test-statx 2 + /test-fsmount 3 + /test-statx
+2 -1
samples/watch_queue/.gitignore
··· 1 - watch_test 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + /watch_test
+1 -1
samples/watchdog/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - watchdog-simple 2 + /watchdog-simple
+9 -9
scripts/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - bin2c 3 - kallsyms 4 - unifdef 5 - recordmcount 6 - sorttable 7 - asn1_compiler 8 - extract-cert 9 - sign-file 10 - insert-sys-cert 2 + /asn1_compiler 3 + /bin2c 4 + /extract-cert 5 + /insert-sys-cert 6 + /kallsyms 11 7 /module.lds 8 + /recordmcount 9 + /sign-file 10 + /sorttable 11 + /unifdef
+1 -1
scripts/basic/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - fixdep 2 + /fixdep
+2 -2
scripts/dtc/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - dtc 3 - fdtoverlay 2 + /dtc 3 + /fdtoverlay
+1 -1
scripts/gcc-plugins/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - randomize_layout_seed.h 2 + /randomize_layout_seed.h
+1 -1
scripts/genksyms/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - genksyms 2 + /genksyms
+4 -4
scripts/mod/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - elfconfig.h 3 - mk_elfconfig 4 - modpost 5 - devicetable-offsets.h 2 + /devicetable-offsets.h 3 + /elfconfig.h 4 + /mk_elfconfig 5 + /modpost
+2 -2
usr/.gitignore
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - gen_init_cpio 3 - initramfs_data.cpio 2 + /gen_init_cpio 3 + /initramfs_data.cpio 4 4 /initramfs_inc_data