structure(gitignore): Added valgrind dumps to gitignore.
This commit is contained in:
parent
5f7545ffd6
commit
15b119a372
|
@ -15,8 +15,12 @@
|
|||
*.exe
|
||||
*.lib
|
||||
*.o
|
||||
*.out
|
||||
*.so
|
||||
|
||||
# Compiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
*.pch
|
||||
|
||||
# Debug Information
|
||||
vgcore.*
|
||||
|
|
Loading…
Reference in New Issue