From 0074643c10dbb2018d218ff1e99a58a50846cf4f Mon Sep 17 00:00:00 2001 From: Andrey Samokhvalov Date: Fri, 24 Feb 2017 16:38:27 +0300 Subject: [PATCH] gitignore: add profile.[cov|tmp] --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 214a46c7..24e15df5 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,5 @@ test_wal/* vendor *.idea +profile.cov +profile.tmp