hello-algo/en/codes/cpp/.gitignore

11 lines
92 B
Text
Raw Normal View History

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