# ignore all, then unignore all with extensions, then unignore all dirs
# below three lines will ignore all files without extension
# https://stackoverflow.com/questions/5711120/gitignore-binary-files-that-have-no-extension
*
!*.*
!*/
*.exe
*.log
*.o