All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <masahiroy@kernel.org>
To: linux-spdx@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	linux-kernel@vger.kernel.org,
	Masahiro Yamada <masahiroy@kernel.org>
Subject: [PATCH 1/2] .gitignore: remove too obvious comments
Date: Tue,  3 Mar 2020 22:35:58 +0900	[thread overview]
Message-ID: <20200303133600.9263-1-masahiroy@kernel.org> (raw)

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>
---

 certs/.gitignore               | 3 ---
 drivers/atm/.gitignore         | 1 -
 drivers/video/logo/.gitignore  | 3 ---
 kernel/.gitignore              | 3 ---
 lib/.gitignore                 | 3 ---
 scripts/.gitignore             | 3 ---
 scripts/kconfig/.gitignore     | 3 ---
 scripts/selinux/mdp/.gitignore | 1 -
 security/apparmor/.gitignore   | 3 ---
 sound/oss/.gitignore           | 1 -
 10 files changed, 24 deletions(-)

diff --git a/certs/.gitignore b/certs/.gitignore
index f51aea4a71ec..4d58ba042b37 100644
--- a/certs/.gitignore
+++ b/certs/.gitignore
@@ -1,4 +1 @@
-#
-# Generated files
-#
 x509_certificate_list
diff --git a/drivers/atm/.gitignore b/drivers/atm/.gitignore
index fc0ae5eb05d8..19f3ffbd1d65 100644
--- a/drivers/atm/.gitignore
+++ b/drivers/atm/.gitignore
@@ -1,4 +1,3 @@
-# Ignore generated files
 fore200e_mkfirm
 fore200e_pca_fw.c
 pca200e.bin
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
diff --git a/kernel/.gitignore b/kernel/.gitignore
index 34d1e77ee9df..0a423a3ca2e1 100644
--- a/kernel/.gitignore
+++ b/kernel/.gitignore
@@ -1,6 +1,3 @@
-#
-# Generated files
-#
 kheaders.md5
 timeconst.h
 hz.bc
diff --git a/lib/.gitignore b/lib/.gitignore
index f2a39c9e5485..9af73655a239 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -1,6 +1,3 @@
-#
-# Generated files
-#
 gen_crc32table
 gen_crc64table
 crc32table.h
diff --git a/scripts/.gitignore b/scripts/.gitignore
index ef45f96cd7a5..9fe29efbcb95 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -1,6 +1,3 @@
-#
-# Generated files
-#
 bin2c
 kallsyms
 unifdef
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index b5bf92f66d11..588988711e07 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -1,6 +1,3 @@
-#
-# Generated files
-#
 *.moc
 *conf-cfg
 
diff --git a/scripts/selinux/mdp/.gitignore b/scripts/selinux/mdp/.gitignore
index 654546d8dffd..0d9f827dc14b 100644
--- a/scripts/selinux/mdp/.gitignore
+++ b/scripts/selinux/mdp/.gitignore
@@ -1,2 +1 @@
-# Generated file
 mdp
diff --git a/security/apparmor/.gitignore b/security/apparmor/.gitignore
index d5b291e94264..0ace1d1dec44 100644
--- a/security/apparmor/.gitignore
+++ b/security/apparmor/.gitignore
@@ -1,6 +1,3 @@
-#
-# Generated include files
-#
 net_names.h
 capability_names.h
 rlim_names.h
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
-- 
2.17.1


             reply	other threads:[~2020-03-03 13:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-03 13:35 Masahiro Yamada [this message]
2020-03-03 13:35 ` [PATCH 2/2] .gitignore: add SPDX License Identifier Masahiro Yamada
2020-03-25 10:10   ` Masahiro Yamada
2020-03-25 10:18     ` Greg Kroah-Hartman
2020-03-25 10:21       ` Masahiro Yamada
2020-03-25 10:35         ` Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200303133600.9263-1-masahiroy@kernel.org \
    --to=masahiroy@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spdx@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.