Tarantool development patches archive
 help / color / mirror / Atom feed
From: Cyrill Gorcunov <gorcunov@gmail.com>
To: Kirill Yukhin <kyukhin@tarantool.org>
Cc: tml <tarantool-patches@dev.tarantool.org>,
	Alexander Turenko <alexander.turenko@tarantool.org>
Subject: [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore
Date: Thu, 15 Oct 2020 18:47:35 +0300	[thread overview]
Message-ID: <20201015154735.397763-1-gorcunov@gmail.com> (raw)

 - coverity stands for coverity scanner results
 - .pc for quilt
 - .git-ignore directory for various things which
   are not supposed to be in repo, just for convenience

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index d5531419d..70784d2b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,9 @@ _CPack_Packages
 *.gcda
 *.gcov
 patches/
+.git-ignore/
+.pc/
+coverity/
 coverage/
 coverage.info
 *.o
-- 
2.26.2

             reply	other threads:[~2020-10-15 15:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-15 15:47 Cyrill Gorcunov [this message]
2020-10-15 15:48 ` Igor Munkin
2020-10-15 16:09   ` Cyrill Gorcunov
2020-10-15 20:03     ` Igor Munkin

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=20201015154735.397763-1-gorcunov@gmail.com \
    --to=gorcunov@gmail.com \
    --cc=alexander.turenko@tarantool.org \
    --cc=kyukhin@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore' \
    /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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox