12 lines
92 B
Text
12 lines
92 B
Text
# Ignore everything without extension
|
|
*
|
|
!*.*
|
|
!*/
|
|
|
|
*.in
|
|
*.hi
|
|
*.o
|
|
*.prof
|
|
|
|
__pycache__
|
|
target/
|