From 13fd0db8a8c041327640e4f3f72c0f7740020464 Mon Sep 17 00:00:00 2001 From: BritishTeapot Date: Mon, 14 Apr 2025 16:47:40 +0200 Subject: [PATCH] Added perf artifacts to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 037cf80..c35c131 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ build/* test/protected/* test/.pt.db compile_commands.json +test/perf* +test/callgraph*