From: Ivan Maidanski Date: Wed, 15 Feb 2017 21:41:00 +0000 (+0300) Subject: .gitignore: Ignore *.sancov (generated by ASan) X-Git-Tag: v7.2h~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4d54cb9e7b09eb10aa0938773962a699d140d1c;p=libatomic_ops .gitignore: Ignore *.sancov (generated by ASan) --- diff --git a/.gitignore b/.gitignore index fff5b44..561d979 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ Makefile # Code analysis tools: *.c.gcov *.h.gcov +*.sancov /.sv*-dir /cov-int /coverage.info