Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore
@ 2020-10-15 15:47 Cyrill Gorcunov
  2020-10-15 15:48 ` Igor Munkin
  0 siblings, 1 reply; 4+ messages in thread
From: Cyrill Gorcunov @ 2020-10-15 15:47 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: tml, Alexander Turenko

 - 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

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

end of thread, other threads:[~2020-10-15 20:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 15:47 [Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore Cyrill Gorcunov
2020-10-15 15:48 ` Igor Munkin
2020-10-15 16:09   ` Cyrill Gorcunov
2020-10-15 20:03     ` Igor Munkin

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