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