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