From 83bf80196e82fb1be8358672be8bec0cb041753b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 17 Nov 2021 21:17:14 +0100 Subject: [PATCH] Added callgrind output files to the .gitignore configuration. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ddefba143..589a89afa 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ EmulationStation.exe emulationstation.core # Profiling data +callgrind.out.* gmon.out # Patch/diff files @@ -75,4 +76,4 @@ CPackSourceConfig.cmake *.cbp # VSCode -.vscode/ \ No newline at end of file +.vscode/