diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-03 22:35:58 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-25 11:50:28 +0100 |
commit | 2985bed68083f3da5f6d79c3dbb9196dbc04d02a (patch) | |
tree | 9ccb14d4b7f1f46e2bf4b886df7f54c6f966026b /sound | |
parent | 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e (diff) | |
download | linux-2985bed68083f3da5f6d79c3dbb9196dbc04d02a.tar.bz2 |
.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 'sound')
-rw-r--r-- | sound/oss/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/oss/.gitignore b/sound/oss/.gitignore index 12a3920d6fb6..8fd8fd3eff62 100644 --- a/sound/oss/.gitignore +++ b/sound/oss/.gitignore @@ -1,3 +1,2 @@ -#Ignore generated files pss_boot.h trix_boot.h |