hello-algo/codes/c/.gitignore

10 lines
91 B
Text
Raw Normal View History

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