.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:
committed by
Greg Kroah-Hartman
parent
16fbf79b0f
commit
2985bed680
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Generated files
|
||||
#
|
||||
bin2c
|
||||
kallsyms
|
||||
unifdef
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Generated files
|
||||
#
|
||||
*.moc
|
||||
*conf-cfg
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
# Generated file
|
||||
mdp
|
||||
|
||||
Reference in New Issue
Block a user