From c8bbe5dbe57aadbf44e87df9553db78090127fe5 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 14 Oct 2020 15:34:29 +0200 Subject: [PATCH] Ignore profiling data --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 5b55bf8..4b753e2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ pkged.go # Coverage files *.cov + +# Profiler and test files +*.prof +*.test