Embed simple test git repo
This commit is contained in:
parent
1b7d0fa8b2
commit
dc6685088d
2 changed files with 7 additions and 0 deletions
2
tests/simple-repo/.gitignore
vendored
Normal file
2
tests/simple-repo/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
datefile
|
||||
touchfile
|
5
tests/simple-repo/Makefile
Normal file
5
tests/simple-repo/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
date:
|
||||
date > datefile
|
||||
|
||||
touch:
|
||||
touch touchfile
|
Loading…
Reference in a new issue