[v2,1/4] .gitignore: add section header comments

Message ID 20190311105732.24121-1-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2,1/4] .gitignore: add section header comments |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Bruce Richardson March 11, 2019, 10:57 a.m. UTC
  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(+)
  

Comments

Thomas Monjalon March 13, 2019, 10:57 a.m. UTC | #1
11/03/2019 11:57, 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>

Series applied, thanks
  

Patch

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