ignore valgrind core files
[valse.git] / src / .gitignore
1 #ignore object files, library and test executables
2 *.o
3 *.so
4 test.*
5 !test.*.c
6 vgcore.*