C-part of tests ready [TODO: R part]
[valse.git] / src / .gitignore
1 #ignore object files, library and test executables
2 *.o
3 *.so
4 test.*
5 !test.*.c