From 48e16ad260220a2cec723882898d886911e0e0c3 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Mon, 11 Mar 2019 10:57:29 +0000 Subject: [PATCH] git: add comments for ignored files 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9105e26c56..b23e1dbb7a 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