diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-02-06 16:07:37 -0600 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-02-06 16:07:49 -0600 |
| commit | 0fd95a9cab80941eb00a740213a644ae567b1cb2 (patch) | |
| tree | 5df18e81344c5ee16719f8510904f8f03eb24ceb | |
| parent | 43b05b834f395c167f047c10bc871a705488349f (diff) | |
| download | cachepc-0fd95a9cab80941eb00a740213a644ae567b1cb2.tar.gz cachepc-0fd95a9cab80941eb00a740213a644ae567b1cb2.zip | |
Add kvm-targetstep to gitignore
| m--------- | linux | 0 | ||||
| -rwxr-xr-x | test/.gitignore | 2 | ||||
| -rwxr-xr-x | test/kvm-targetstep | bin | 118904 -> 0 bytes | |||
| -rwxr-xr-x | test/kvm-targetstep_guest | 1 |
4 files changed, 2 insertions, 1 deletions
diff --git a/linux b/linux -Subproject c12f2b990c7dd7cd6c36e50b0aa71bfad95b418 +Subproject 93ddfc5c264338ed8c8e7cb0940e2c9c70e5b64 diff --git a/test/.gitignore b/test/.gitignore index 9c69377..187be46 100755 --- a/test/.gitignore +++ b/test/.gitignore @@ -7,6 +7,8 @@ kvm-step kvm-step_guest kvm-pagestep kvm-pagestep_guest +kvm-targetstep +kvm-targetstep_guest qemu-pagestep qemu-aes qemu-aes_guest diff --git a/test/kvm-targetstep b/test/kvm-targetstep Binary files differdeleted file mode 100755 index be21a1d..0000000 --- a/test/kvm-targetstep +++ /dev/null diff --git a/test/kvm-targetstep_guest b/test/kvm-targetstep_guest deleted file mode 100755 index 22d2dc7..0000000 --- a/test/kvm-targetstep_guest +++ /dev/null @@ -1 +0,0 @@ -¹ |
