hello-algo/codes/cpp/.gitignore

8 lines
83 B
Plaintext

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