From 8550ecd0362788b0a8b662cd9f2d4b4bb4a758a6 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 14 Dec 2016 19:29:58 +0300 Subject: [PATCH] .gitignore: Properly ignore sym-linked folders of code analysis tools (fix commit fa3ebc3) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5f35818..d7659c7 100644 --- a/.gitignore +++ b/.gitignore @@ -69,8 +69,8 @@ Makefile.in /tests/test*.trs # Code analysis tools: -/.sv*-dir/ -/cov-int/ +/.sv*-dir +/cov-int /pvs-project.log /pvs-project.tasks /strace_out -- 2.40.0