advent_of_code/.gitignore

12 lines
No EOL
92 B
Text

# Ignore all
*
# Unignore all with extensions
!*.*
# Unignore all dirs
!*/
!Makefile
*.o