[Tarantool-patches] [PATCH] .gitignore: add coverity, patches and special ignore

Cyrill Gorcunov gorcunov at gmail.com
Thu Oct 15 18:47:35 MSK 2020


 - 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 at 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



More information about the Tarantool-patches mailing list