From 42c39358ca72c9f28ae78855544a15ab82c3fd75 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 13 Dec 2016 00:46:56 +0300 Subject: [PATCH] .gitignore: Ignore folders and files of static code analysis tools (Cherry-pick commits fa3ebc3, 8550ecd from 'master' branch.) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index baa755f..d7659c7 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,10 @@ Makefile.in /tests/test_atomic_include.h /tests/test*.log /tests/test*.trs + +# Code analysis tools: +/.sv*-dir +/cov-int +/pvs-project.log +/pvs-project.tasks +/strace_out -- 2.50.1