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

4
.gitignore vendored
View File

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