hello-algo/codes/c/.gitignore

8 lines
83 B
Text
Raw Normal View History

2023-02-01 03:23:29 +08:00
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
*.dSYM/