cpp-algo-cases/.gitignore

12 lines
98 B
Plaintext

# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
*.dSYM/
build/
*.exe