mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
.gitignore: remove too obvious comments
Some .gitignore files have comments like "Generated files", "Ignore generated files" at the header part, but they are too obvious. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
16fbf79b0f
commit
2985bed680
10 changed files with 0 additions and 24 deletions
3
certs/.gitignore
vendored
3
certs/.gitignore
vendored
|
@ -1,4 +1 @@
|
||||||
#
|
|
||||||
# Generated files
|
|
||||||
#
|
|
||||||
x509_certificate_list
|
x509_certificate_list
|
||||||
|
|
1
drivers/atm/.gitignore
vendored
1
drivers/atm/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
# Ignore generated files
|
|
||||||
fore200e_mkfirm
|
fore200e_mkfirm
|
||||||
fore200e_pca_fw.c
|
fore200e_pca_fw.c
|
||||||
pca200e.bin
|
pca200e.bin
|
||||||
|
|
3
drivers/video/logo/.gitignore
vendored
3
drivers/video/logo/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
#
|
|
||||||
# Generated files
|
|
||||||
#
|
|
||||||
*_mono.c
|
*_mono.c
|
||||||
*_vga16.c
|
*_vga16.c
|
||||||
*_clut224.c
|
*_clut224.c
|
||||||
|
|
3
kernel/.gitignore
vendored
3
kernel/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
#
|
|
||||||
# Generated files
|
|
||||||
#
|
|
||||||
kheaders.md5
|
kheaders.md5
|
||||||
timeconst.h
|
timeconst.h
|
||||||
hz.bc
|
hz.bc
|
||||||
|
|
3
lib/.gitignore
vendored
3
lib/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
#
|
|
||||||
# Generated files
|
|
||||||
#
|
|
||||||
gen_crc32table
|
gen_crc32table
|
||||||
gen_crc64table
|
gen_crc64table
|
||||||
crc32table.h
|
crc32table.h
|
||||||
|
|
3
scripts/.gitignore
vendored
3
scripts/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
#
|
|
||||||
# Generated files
|
|
||||||
#
|
|
||||||
bin2c
|
bin2c
|
||||||
kallsyms
|
kallsyms
|
||||||
unifdef
|
unifdef
|
||||||
|
|
3
scripts/kconfig/.gitignore
vendored
3
scripts/kconfig/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
#
|
|
||||||
# Generated files
|
|
||||||
#
|
|
||||||
*.moc
|
*.moc
|
||||||
*conf-cfg
|
*conf-cfg
|
||||||
|
|
||||||
|
|
1
scripts/selinux/mdp/.gitignore
vendored
1
scripts/selinux/mdp/.gitignore
vendored
|
@ -1,2 +1 @@
|
||||||
# Generated file
|
|
||||||
mdp
|
mdp
|
||||||
|
|
3
security/apparmor/.gitignore
vendored
3
security/apparmor/.gitignore
vendored
|
@ -1,6 +1,3 @@
|
||||||
#
|
|
||||||
# Generated include files
|
|
||||||
#
|
|
||||||
net_names.h
|
net_names.h
|
||||||
capability_names.h
|
capability_names.h
|
||||||
rlim_names.h
|
rlim_names.h
|
||||||
|
|
1
sound/oss/.gitignore
vendored
1
sound/oss/.gitignore
vendored
|
@ -1,3 +1,2 @@
|
||||||
#Ignore generated files
|
|
||||||
pss_boot.h
|
pss_boot.h
|
||||||
trix_boot.h
|
trix_boot.h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue