From 30991f20a61ddab84f65d742036536133b45f157 Mon Sep 17 00:00:00 2001 From: Dustin Goodman Date: Tue, 14 Jun 2022 09:03:13 -0500 Subject: [PATCH] build: add cachegrind.out to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5688dff5..a9dc2964 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /default.prof* /fuzz-* /luau +cachegrind.out.*