From 15b119a37282027eb5e44500e83aecff8bac1a9a Mon Sep 17 00:00:00 2001 From: Eric-Paul Ickhorn Date: Thu, 23 May 2024 01:43:45 +0200 Subject: [PATCH] structure(gitignore): Added valgrind dumps to gitignore. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba62388..c108541 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,12 @@ *.exe *.lib *.o +*.out *.so # Compiled Headers *.gch -*.pch \ No newline at end of file +*.pch + +# Debug Information +vgcore.*