.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:
Родитель
16fbf79b0f
Коммит
2985bed680
|
@ -1,4 +1 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
x509_certificate_list
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
# Ignore generated files
|
||||
fore200e_mkfirm
|
||||
fore200e_pca_fw.c
|
||||
pca200e.bin
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
*_mono.c
|
||||
*_vga16.c
|
||||
*_clut224.c
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
kheaders.md5
|
||||
timeconst.h
|
||||
hz.bc
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
gen_crc32table
|
||||
gen_crc64table
|
||||
crc32table.h
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
bin2c
|
||||
kallsyms
|
||||
unifdef
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Generated files
|
||||
#
|
||||
*.moc
|
||||
*conf-cfg
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# Generated file
|
||||
mdp
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Generated include files
|
||||
#
|
||||
net_names.h
|
||||
capability_names.h
|
||||
rlim_names.h
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
#Ignore generated files
|
||||
pss_boot.h
|
||||
trix_boot.h
|
||||
|
|
Загрузка…
Ссылка в новой задаче