advent_of_code/.gitignore

10 lines
81 B
Text
Raw Normal View History

2024-12-07 13:56:15 -07:00
# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
*.o