diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-03 16:35:58 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-25 13:50:28 +0300 |
commit | 2985bed68083f3da5f6d79c3dbb9196dbc04d02a (patch) | |
tree | 9ccb14d4b7f1f46e2bf4b886df7f54c6f966026b /drivers/video/logo/.gitignore | |
parent | 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e (diff) | |
download | linux-2985bed68083f3da5f6d79c3dbb9196dbc04d02a.tar.xz |
.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>
Diffstat (limited to 'drivers/video/logo/.gitignore')
-rw-r--r-- | drivers/video/logo/.gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/logo/.gitignore b/drivers/video/logo/.gitignore index 9dda1b26b2e4..1551a75afdbd 100644 --- a/drivers/video/logo/.gitignore +++ b/drivers/video/logo/.gitignore @@ -1,6 +1,3 @@ -# -# Generated files -# *_mono.c *_vga16.c *_clut224.c |