14 lines
123 B
Plaintext
14 lines
123 B
Plaintext
|
|
||
|
# Ignore everything
|
||
|
*
|
||
|
|
||
|
# But not these files:
|
||
|
!.gitignore
|
||
|
!*.mod
|
||
|
!*.sum
|
||
|
!README.md
|
||
|
!Variables.mk
|
||
|
!variables.env
|
||
|
|
||
|
*tmp.mod
|