All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] .gitignore: add section header comments
@ 2019-03-06 17:05 Bruce Richardson
  2019-03-06 17:05 ` [PATCH 2/4] .gitignore: ignore python bytecode files Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Bruce Richardson @ 2019-03-06 17:05 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

Split the ignored file list into section based on logical groups of files,
putting a comment at the top of each section clarifying what it is.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9105e26c5..b23e1dbb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,12 @@
+# ignore generated documentation tables
 doc/guides/nics/overview_table.txt
 doc/guides/cryptodevs/overview_feature_table.txt
 doc/guides/cryptodevs/overview_cipher_table.txt
 doc/guides/cryptodevs/overview_auth_table.txt
 doc/guides/cryptodevs/overview_aead_table.txt
 doc/guides/compressdevs/overview_feature_table.txt
+
+# ignore generated ctags/cscope files
 cscope.out.po
 cscope.out.in
 cscope.out
-- 
2.20.1

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

end of thread, other threads:[~2019-03-13 10:57 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-06 17:05 [PATCH 1/4] .gitignore: add section header comments Bruce Richardson
2019-03-06 17:05 ` [PATCH 2/4] .gitignore: ignore python bytecode files Bruce Richardson
2019-03-06 17:05 ` [PATCH 3/4] .gitignore: ignore hidden files Bruce Richardson
2019-03-06 17:05 ` [PATCH 4/4] .gitignore: ignore build directories from test-meson-build Bruce Richardson
2019-03-09  0:47   ` Thomas Monjalon
2019-03-09  3:03     ` Stephen Hemminger
2019-03-09 10:40       ` Thomas Monjalon
2019-03-09 13:32         ` Rami Rosen
2019-03-11  9:46           ` Bruce Richardson
2019-03-11 10:57 ` [PATCH v2 1/4] .gitignore: add section header comments Bruce Richardson
2019-03-11 10:57   ` [PATCH v2 2/4] .gitignore: ignore python bytecode files Bruce Richardson
2019-03-11 10:57   ` [PATCH v2 3/4] .gitignore: ignore hidden files Bruce Richardson
2019-03-11 10:57   ` [PATCH v2 4/4] .gitignore: ignore build directories Bruce Richardson
2019-03-11 17:27     ` Rami Rosen
2019-03-13 10:57   ` [PATCH v2 1/4] .gitignore: add section header comments Thomas Monjalon

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.