/ tests / .gitignore
.gitignore
1  # ignore all executable files
2  *
3  !*.*
4  !*/
5  *.exe
6