structure(gitignore): Added valgrind dumps to gitignore.

This commit is contained in:
Eric-Paul Ickhorn 2024-05-23 01:43:45 +02:00
parent 5f7545ffd6
commit 15b119a372
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -15,8 +15,12 @@
*.exe
*.lib
*.o
*.out
*.so
# Compiled Headers
*.gch
*.pch
*.pch
# Debug Information
vgcore.*