8 lines
101 B
Text
8 lines
101 B
Text
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore dirs
|
|
!*/
|
|
#Unignore makefiles
|
|
!Makefile
|