14 lines
120 B
Text
14 lines
120 B
Text
|
# Ignore extensionless files
|
||
|
*
|
||
|
!*.*
|
||
|
!*/
|
||
|
|
||
|
# Allow makefile
|
||
|
!Makefile
|
||
|
|
||
|
# Packed files
|
||
|
*.tar.gz
|
||
|
|
||
|
# Compiled files
|
||
|
*.o
|
||
|
*.out
|