From: Ivan Maidanski Date: Mon, 12 Dec 2016 21:50:09 +0000 (+0300) Subject: .gitignore: Ignore folders and files of static code analysis tools X-Git-Tag: v7.4.6~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6cb4c995f464219d929cefa0c881010f475e2dc;p=gc .gitignore: Ignore folders and files of static code analysis tools (Cherry-pick commits 8e4544c, eaa3ff2 from 'master' branch.) --- diff --git a/.gitignore b/.gitignore index 1b57c8b1..df2f9766 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,10 @@ stamp-h1 # Stuff from VS build system and IDE *.vcproj.*.user + +# Code analysis tools: +/.sv*-dir +/cov-int +/pvs-project.log +/pvs-project.tasks +/strace_out