6 lines
161 B
6 lines
161 B
5 years ago
|
# .gitignore to keep the directory for dune to promote binaries into
|
||
|
###################################
|
||
|
|
||
|
# Filter everything except the .gitignore
|
||
|
*
|
||
|
!.gitignore
|