hello-algo/codes/c/.gitignore
2023-02-01 03:23:29 +08:00

8 lines
No EOL
83 B
Text

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