8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
|
# Ignore all files without a dot in them (usually binaries)
|
||
|
*
|
||
|
!*.*
|
||
|
|
||
|
*.dump-*
|
||
|
*.hi
|
||
|
*.o
|