hello-algo/codes/c/.gitignore

9 lines
91 B
Text

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