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

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

authored by

Masahiro Yamada and committed by
Greg Kroah-Hartman
d198b34f 2985bed6

+246
+1
.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # NOTE! Don't add files that are generated in specific 3 4 # subdirectories here. Add them in the ".gitignore" file
+1
Documentation/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 output 2 3 *.pyc
+1
Documentation/devicetree/bindings/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.example.dts 2 3 processed-schema.yaml
+1
Documentation/vm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 page-types 2 3 slabinfo
+1
arch/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 i386 2 3 x86_64
+1
arch/alpha/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/arc/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 uImage
+1
arch/arc/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/arm/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 Image 2 3 zImage 3 4 xipImage
+1
arch/arm/boot/compressed/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ashldi3.S 2 3 bswapsdi2.S 3 4 font.c
+1
arch/arm/crypto/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 aesbs-core.S 2 3 sha256-core.S 3 4 sha512-core.S
+1
arch/arm/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/arm/mach-at91/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 pm_data-offsets.h
+1
arch/arm/mach-omap2/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 pm-asm-offsets.h
+1
arch/arm/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds 2 3 vdso.so.raw 3 4 vdsomunge
+1
arch/arm64/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 Image 2 3 Image.gz
+1
arch/arm64/crypto/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 sha256-core.S 2 3 sha512-core.S
+1
arch/arm64/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/arm64/kernel/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds
+1
arch/arm64/kernel/vdso32/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds 2 3 vdso.so.raw
+1
arch/ia64/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gate.lds 2 3 vmlinux.lds
+1
arch/m68k/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/microblaze/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 linux.bin* 2 3 simpleImage.*
+1
arch/microblaze/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/mips/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mkboot 2 3 elf2ecoff 3 4 vmlinux.*
+1
arch/mips/boot/compressed/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ashldi3.c 2 3 bswapsi.c
+1
arch/mips/boot/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 relocs
+1
arch/mips/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/mips/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 elf-entry 2 3 loongson3-llsc-check
+1
arch/mips/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.so* 2 3 vdso-*image.c 3 4 genvdso
+1
arch/nds32/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/nds32/kernel/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds
+1
arch/nios2/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmImage
+1
arch/nios2/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/openrisc/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/parisc/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 image 2 3 bzImage
+1
arch/parisc/boot/compressed/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 firmware.c 2 3 real2.S 3 4 sizes.h
+1
arch/parisc/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/powerpc/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 addnote 2 3 decompress_inflate.c 3 4 empty.c
+1
arch/powerpc/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 prom_init_check 2 3 vmlinux.lds
+1
arch/powerpc/kernel/vdso32/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso32.lds 2 3 vdso32.so.dbg
+1
arch/powerpc/kernel/vdso64/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso64.lds 2 3 vdso64.so.dbg
+1
arch/powerpc/platforms/cell/spufs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 spu_save_dump.h 2 3 spu_restore_dump.h
+1
arch/powerpc/purgatory/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 kexec-purgatory.c 2 3 purgatory.ro
+1
arch/riscv/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 Image 2 3 Image.gz 3 4 loader
+1
arch/riscv/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /vmlinux.lds
+1
arch/riscv/kernel/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds 2 3 *.tmp
+1
arch/s390/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 image 2 3 bzImage 3 4 section_cmp.*
+1
arch/s390/boot/compressed/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux 2 3 vmlinux.lds
+1
arch/s390/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/s390/kernel/vdso64/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso64.lds
+1
arch/s390/purgatory/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 purgatory 2 3 purgatory.chk 3 4 purgatory.lds
+1
arch/s390/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gen_facilities 2 3 gen_opcode_table
+1
arch/sh/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 zImage 2 3 vmlinux* 3 4 uImage*
+1
arch/sh/boot/compressed/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ashiftrt.S 2 3 ashldi3.c 3 4 ashlsi3.S
+1
arch/sh/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/sh/kernel/vsyscall/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vsyscall.lds
+1
arch/sparc/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 btfix.S 2 3 btfixupprep 3 4 image
+1
arch/sparc/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
arch/sparc/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds 2 3 vdso-image-*.c 3 4 vdso2c
+1
arch/sparc/vdso/vdso32/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso32.lds
+1
arch/um/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 kernel/config.c 2 3 kernel/config.tmp 3 4 kernel/vmlinux.lds
+1
arch/unicore32/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Generated include files 3 4 #
+1
arch/x86/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 boot/compressed/vmlinux 2 3 tools/test_get_len 3 4 tools/insn_sanity
+1
arch/x86/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 bootsect 2 3 bzImage 3 4 cpustr.h
+1
arch/x86/boot/compressed/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 relocs 2 3 vmlinux.bin.all 3 4 vmlinux.relocs
+1
arch/x86/boot/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 build
+1
arch/x86/crypto/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 poly1305-x86_64-cryptogams.S
+1
arch/x86/entry/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds 2 3 vdsox32.lds 3 4 vdso32-syscall-syms.lds
+1
arch/x86/entry/vdso/vdso32/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso32.lds
+1
arch/x86/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vsyscall.lds 2 3 vsyscall_32.lds 3 4 vmlinux.lds
+1
arch/x86/kernel/cpu/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 capflags.c
+1
arch/x86/lib/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 inat-tables.c
+1
arch/x86/realmode/rm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 pasyms.h 2 3 realmode.lds 3 4 realmode.relocs
+1
arch/x86/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 relocs
+1
arch/x86/um/vdso/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso.lds
+1
arch/xtensa/boot/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 uImage 2 3 zImage.redboot
+1
arch/xtensa/boot/boot-elf/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 boot.lds
+1
arch/xtensa/boot/lib/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 inffast.c 2 3 inflate.c 3 4 inftrees.c
+1
arch/xtensa/kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vmlinux.lds
+1
certs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 x509_certificate_list
+1
drivers/atm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 fore200e_mkfirm 2 3 fore200e_pca_fw.c 3 4 pca200e.bin
+1
drivers/crypto/vmx/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 aesp8-ppc.S 2 3 ghashp8-ppc.S
+1
drivers/eisa/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 devlist.h
+1
drivers/gpu/drm/i915/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.hdrtest
+1
drivers/gpu/drm/radeon/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mkregtable 2 3 *_reg_safe.h 3 4
+1
drivers/memory/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ti-emif-asm-offsets.h
+1
drivers/net/wan/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 wanxlfw.inc
+1
drivers/scsi/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 53c700_d.h 2 3 scsi_devinfo_tbl.c
+1
drivers/scsi/aic7xxx/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 aic79xx_reg.h 2 3 aic79xx_reg_print.c 3 4 aic79xx_seq.h
+1
drivers/staging/comedi/drivers/ni_routing/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 comedi_h.py 2 3 *.pyc 3 4 ni_values.py
+1
drivers/staging/greybus/tools/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 loopback_test
+1
drivers/video/logo/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *_mono.c 2 3 *_vga16.c 3 4 *_clut224.c
+1
drivers/zorro/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 devlist.h 2 3 gen-devlist
+1
fs/unicode/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mkutf8data 2 3 utf8data.h
+1
kernel/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 kheaders.md5 2 3 timeconst.h 3 4 hz.bc
+1
kernel/debug/kdb/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gen-kdb_cmds.c
+1
lib/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gen_crc32table 2 3 gen_crc64table 3 4 crc32table.h
+1
lib/raid6/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mktables 2 3 altivec*.c 3 4 int*.c
+1
net/bpfilter/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 bpfilter_umh
+1
net/wireless/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 shipped-certs.c 2 3 extra-certs.c
+1
samples/auxdisplay/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 cfag12864b-example
+1
samples/bpf/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 cpustat 2 3 fds_example 3 4 hbm
+1
samples/connector/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ucon
+1
samples/hidraw/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 hid-example
+1
samples/mei/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mei-amt-version
+1
samples/mic/mpssd/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mpssd
+1
samples/pidfd/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 pidfd-metadata
+1
samples/seccomp/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 bpf-direct 2 3 bpf-fancy 3 4 dropper
+1
samples/timers/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 hpet_example
+1
samples/vfs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 test-fsmount 2 3 test-statx
+1
samples/watchdog/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 watchdog-simple
+1
scripts/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 bin2c 2 3 kallsyms 3 4 unifdef
+1
scripts/basic/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 fixdep
+1
scripts/dtc/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 dtc
+1
scripts/gcc-plugins/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 randomize_layout_seed.h
+1
scripts/gdb/linux/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.pyc 2 3 *.pyo 3 4 constants.py
+1
scripts/genksyms/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 genksyms
+1
scripts/kconfig/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.moc 2 3 *conf-cfg 3 4
+1
scripts/mod/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 elfconfig.h 2 3 mk_elfconfig 3 4 modpost
+1
scripts/selinux/genheaders/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 genheaders
+1
scripts/selinux/mdp/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mdp
+1
security/apparmor/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 net_names.h 2 3 capability_names.h 3 4 rlim_names.h
+1
security/selinux/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 av_permissions.h 2 3 flask.h
+1
security/tomoyo/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 builtin-policy.h 2 3 policy/*.conf
+1
sound/oss/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 pss_boot.h 2 3 trix_boot.h
+1
tools/accounting/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 getdelays
+1
tools/bootconfig/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 bootconfig
+1
tools/bpf/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 FEATURE-DUMP.bpf 2 3 feature 3 4 bpf_asm
+1
tools/bpf/bpftool/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.d 2 3 /bpftool 3 4 bpftool*.8
+1
tools/bpf/runqslower/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /.output
+1
tools/build/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 fixdep
+1
tools/build/feature/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.d 2 3 *.bin 3 4 *.output
+1
tools/cgroup/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 cgroup_event_listener
+1
tools/gpio/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gpio-event-mon 2 3 gpio-hammer 3 4 lsgpio
+1
tools/iio/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 iio_event_monitor 2 3 iio_generic_buffer 3 4 lsiio
+1
tools/laptop/dslm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 dslm
+1
tools/leds/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 uledmon
+1
tools/lib/bpf/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 libbpf_version.h 2 3 libbpf.pc 3 4 FEATURE-DUMP.libbpf
+1
tools/lib/lockdep/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 liblockdep.so.*
+1
tools/lib/traceevent/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 TRACEEVENT-CFLAGS 2 3 libtraceevent-dynamic-list 3 4 libtraceevent.so.*
+1
tools/memory-model/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 litmus
+1
tools/memory-model/litmus-tests/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.litmus.out
+1
tools/objtool/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 arch/x86/lib/inat-tables.c 2 3 objtool 3 4 fixdep
+1
tools/pcmcia/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 crc32hash
+1
tools/perf/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 PERF-CFLAGS 2 3 PERF-GUI-VARS 3 4 PERF-VERSION-FILE
+1
tools/perf/tests/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 llvm-src-base.c 2 3 llvm-src-kbuild.c 3 4 llvm-src-prologue.c
+1
tools/power/acpi/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /acpidbg 2 3 /acpidump 3 4 /ec
+1
tools/power/cpupower/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 .libs 2 3 libcpupower.so 3 4 libcpupower.so.*
+1
tools/power/x86/intel-speed-select/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 include/ 2 3 intel-speed-select
+1
tools/power/x86/turbostat/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 turbostat
+1
tools/spi/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 spidev_fdx 2 3 spidev_test
+1
tools/testing/kunit/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # Byte-compiled / optimized / DLL files 2 3 __pycache__/ 3 4 *.py[cod]
+1
tools/testing/radix-tree/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 generated/map-shift.h 2 3 idr.c 3 4 idr-test
+1
tools/testing/selftests/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gpiogpio-event-mon 2 3 gpiogpio-hammer 3 4 gpioinclude/
+1
tools/testing/selftests/android/ion/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ionapp_export 2 3 ionapp_import 3 4 ionmap_test
+1
tools/testing/selftests/arm64/signal/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mangle_* 2 3 fake_sigreturn_* 3 4 !*.[ch]
+1
tools/testing/selftests/arm64/tags/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 tags_test
+1
tools/testing/selftests/bpf/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 test_verifier 2 3 test_maps 3 4 test_lru_map
+1
tools/testing/selftests/bpf/map_tests/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 tests.h
+1
tools/testing/selftests/bpf/prog_tests/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 tests.h
+1
tools/testing/selftests/bpf/verifier/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 tests.h
+1
tools/testing/selftests/breakpoints/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 breakpoint_test 2 3 step_after_suspend_test
+1
tools/testing/selftests/capabilities/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 test_execve 2 3 validate_cap
+1
tools/testing/selftests/cgroup/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 test_memcontrol 2 3 test_core 3 4 test_freezer
+1
tools/testing/selftests/clone3/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 clone3 2 3 clone3_clear_sighand 3 4 clone3_set_tid
+1
tools/testing/selftests/drivers/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /dma-buf/udmabuf
+1
tools/testing/selftests/efivarfs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 create-read 2 3 open-unlink
+1
tools/testing/selftests/exec/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 subdir* 2 3 script* 3 4 execveat
+1
tools/testing/selftests/filesystems/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 dnotify_test 2 3 devpts_pts
+1
tools/testing/selftests/filesystems/binderfs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 binderfs_test
+1
tools/testing/selftests/filesystems/epoll/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 epoll_wakeup_test
+1
tools/testing/selftests/ftrace/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 logs
+1
tools/testing/selftests/futex/functional/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 futex_requeue_pi 2 3 futex_requeue_pi_mismatched_ops 3 4 futex_requeue_pi_signal_restart
+1
tools/testing/selftests/gpio/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gpio-mockup-chardev
+1
tools/testing/selftests/ia64/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 aliasing-test
+1
tools/testing/selftests/intel_pstate/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 aperf 2 3 msr
+1
tools/testing/selftests/ipc/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 msgque_test 2 3 msgque
+1
tools/testing/selftests/ir/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ir_loopback
+1
tools/testing/selftests/kcmp/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 kcmp_test 2 3 kcmp-test-file
+1
tools/testing/selftests/kvm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /s390x/sync_regs_test 2 3 /s390x/memop 3 4 /x86_64/cr4_cpuid_sync_test
+1
tools/testing/selftests/media_tests/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 media_device_test 2 3 media_device_open 3 4 video_device_test
+1
tools/testing/selftests/membarrier/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 membarrier_test_multi_thread 2 3 membarrier_test_single_thread
+1
tools/testing/selftests/memfd/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 fuse_mnt 2 3 fuse_test 3 4 memfd_test
+1
tools/testing/selftests/mount/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 unprivileged-remount-test
+1
tools/testing/selftests/mqueue/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mq_open_tests 2 3 mq_perf_tests
+1
tools/testing/selftests/net/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 msg_zerocopy 2 3 socket 3 4 psock_fanout
+1
tools/testing/selftests/net/forwarding/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 forwarding.config
+1
tools/testing/selftests/net/mptcp/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 mptcp_connect 2 3 *.pcap
+1
tools/testing/selftests/networking/timestamping/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 timestamping 2 3 rxtimestamp 3 4 txtimestamp
+1
tools/testing/selftests/nsfs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 owner 2 3 pidns
+1
tools/testing/selftests/openat2/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /*_test
+1
tools/testing/selftests/pidfd/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 pidfd_open_test 2 3 pidfd_poll_test 3 4 pidfd_test
+1
tools/testing/selftests/powerpc/alignment/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 copy_first_unaligned 2 3 alignment_handler
+1
tools/testing/selftests/powerpc/benchmarks/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gettimeofday 2 3 context_switch 3 4 fork
+1
tools/testing/selftests/powerpc/cache_shape/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 cache_shape
+1
tools/testing/selftests/powerpc/copyloops/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 copyuser_64_t0 2 3 copyuser_64_t1 3 4 copyuser_64_t2
+1
tools/testing/selftests/powerpc/dscr/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 dscr_default_test 2 3 dscr_explicit_test 3 4 dscr_inherit_exec_test
+1
tools/testing/selftests/powerpc/math/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 fpu_syscall 2 3 vmx_syscall 3 4 fpu_preempt
+1
tools/testing/selftests/powerpc/mm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 hugetlb_vs_thp_test 2 3 subpage_prot 3 4 tempfile
+1
tools/testing/selftests/powerpc/pmu/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 count_instructions 2 3 l3_bank_test 3 4 per_event_excludes
+1
tools/testing/selftests/powerpc/pmu/ebb/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 reg_access_test 2 3 event_attributes_test 3 4 cycles_test
+1
tools/testing/selftests/powerpc/primitives/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 load_unaligned_zeropad
+1
tools/testing/selftests/powerpc/ptrace/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ptrace-gpr 2 3 ptrace-tm-gpr 3 4 ptrace-tm-spd-gpr
+1
tools/testing/selftests/powerpc/security/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 rfi_flush
+1
tools/testing/selftests/powerpc/signal/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 signal 2 3 signal_tm 3 4 sigfuz
+1
tools/testing/selftests/powerpc/stringloops/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 memcmp_64 2 3 memcmp_32 3 4 strlen
+1
tools/testing/selftests/powerpc/switch_endian/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 switch_endian_test 2 3 check-reversed.S
+1
tools/testing/selftests/powerpc/syscalls/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ipc_unmuxed
+1
tools/testing/selftests/powerpc/tm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 tm-resched-dscr 2 3 tm-syscall 3 4 tm-signal-msr-resv
+1
tools/testing/selftests/powerpc/vphn/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 test-vphn
+1
tools/testing/selftests/prctl/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 disable-tsc-ctxt-sw-stress-test 2 3 disable-tsc-on-off-stress-test 3 4 disable-tsc-test
+1
tools/testing/selftests/proc/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /fd-001-lookup 2 3 /fd-002-posix-eq 3 4 /fd-003-kthread
+1
tools/testing/selftests/pstore/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 logs 2 3 *uuid
+1
tools/testing/selftests/ptp/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 testptp
+1
tools/testing/selftests/ptrace/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 get_syscall_info 2 3 peeksiginfo
+1
tools/testing/selftests/rcutorture/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 initrd 2 3 b[0-9]* 3 4 res
+1
tools/testing/selftests/rcutorture/formal/srcu-cbmc/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 srcu.c
+1
tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 srcu.h
+1
tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.out
+1
tools/testing/selftests/rseq/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 basic_percpu_ops_test 2 3 basic_test 3 4 basic_rseq_op_test
+1
tools/testing/selftests/rtc/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 rtctest 2 3 setdate
+1
tools/testing/selftests/safesetid/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 safesetid-test
+1
tools/testing/selftests/seccomp/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 seccomp_bpf 2 3 seccomp_benchmark
+1
tools/testing/selftests/sigaltstack/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 sas
+1
tools/testing/selftests/size/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 get_size
+1
tools/testing/selftests/sparc64/drivers/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 adi-test
+1
tools/testing/selftests/splice/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 default_file_splice_read
+1
tools/testing/selftests/sync/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 sync_test
+1
tools/testing/selftests/tc-testing/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 __pycache__/ 2 3 *.pyc 3 4 plugins/
+1
tools/testing/selftests/timens/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 clock_nanosleep 2 3 exec 3 4 gettime_perf
+1
tools/testing/selftests/timers/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 alarmtimer-suspend 2 3 change_skew 3 4 clocksource-switch
+1
tools/testing/selftests/tmpfs/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /bug-link-o-tmpfile
+1
tools/testing/selftests/vDSO/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 vdso_test 2 3 vdso_standalone_test_x86
+1
tools/testing/selftests/vm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 hugepage-mmap 2 3 hugepage-shm 3 4 map_hugetlb
+1
tools/testing/selftests/watchdog/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 watchdog-test
+1
tools/testing/selftests/wireguard/qemu/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 build/ 2 3 distfiles/
+1
tools/testing/selftests/x86/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *_32 2 3 *_64 3 4 single_step_syscall
+1
tools/testing/vsock/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.d 2 3 vsock_test 3 4 vsock_diag_test
+1
tools/thermal/tmon/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 /tmon
+1
tools/usb/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 ffs-test 2 3 testusb
+1
tools/usb/usbip/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 Makefile 2 3 Makefile.in 3 4 aclocal.m4
+1
tools/virtio/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 *.d 2 3 virtio_test 3 4 vringh_test
+1
tools/vm/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 slabinfo 2 3 page-types
+1
usr/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 gen_init_cpio 2 3 initramfs_data.cpio 3 4 /initramfs_inc_data
+1
usr/include/.gitignore
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 * 2 3 !.gitignore 3 4 !Makefile