From c461bfd0e8d4618bbd73c2c371104922a94a4b30 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 24 Nov 2022 17:28:56 +0000 Subject: [PATCH] Add profiling output to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 265d357..0093062 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ sudoku # Clangd files .cache/* compile_commands.json + +# Profiling results +gmon.out