From 340633eae81efa0b94faf93ff847c6bf7f2cc393 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 a244cee..3d3407d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,10 @@ Makefile /tests/test*.log /tests/test*.trs + +# Code analysis tools: +/.sv*-dir +/cov-int +/pvs-project.log +/pvs-project.tasks +/strace_out -- 2.7.4