cpp-algo-cases/.gitignore

11 lines
92 B
Plaintext

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