Files
hello-algo/codes/c/.gitignore
2023-09-02 23:54:38 +08:00

10 lines
91 B
Plaintext

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