Advent-of-Code/.gitignore
Jonathan Hodgson 500a3d3db1 Adds Gitignore
2021-12-04 22:02:14 +00:00

8 lines
101 B
Text

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