Add profiling output to .gitignore

This commit is contained in:
Camden Dixie O'Brien 2022-11-24 17:28:56 +00:00
parent 072c3db45b
commit c461bfd0e8

3
.gitignore vendored
View File

@ -5,3 +5,6 @@ sudoku
# Clangd files # Clangd files
.cache/* .cache/*
compile_commands.json compile_commands.json
# Profiling results
gmon.out