# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
# Unignore include
!include
# Ignore all exe files
*.exe
