linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] .gitignore: remove too obvious comments
@ 2020-03-03 13:35 Masahiro Yamada
  2020-03-03 13:35 ` [PATCH 2/2] .gitignore: add SPDX License Identifier Masahiro Yamada
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2020-03-03 13:35 UTC (permalink / raw)
  To: linux-spdx, Greg Kroah-Hartman
  Cc: Thomas Gleixner, linux-kernel, Masahiro Yamada

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-25 10:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-03 13:35 [PATCH 1/2] .gitignore: remove too obvious comments Masahiro Yamada
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).