diff options
| author | Anders Roxell <anders.roxell@linaro.org> | 2018-04-10 16:48:22 +0300 |
|---|---|---|
| committer | Shuah Khan (Samsung OSG) <shuah@kernel.org> | 2018-05-31 00:21:51 +0300 |
| commit | 576f3131917888075efb03f290e42a625b120bde (patch) | |
| tree | fb71f6021ad23298b1bd92fa7c1e11335beb1798 | |
| parent | b04e217704b7f879c6b91222b066983a44a7a09f (diff) | |
| download | linux-576f3131917888075efb03f290e42a625b120bde.tar.xz | |
selftests: kvm: add .gitignore for generated files
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
| -rw-r--r-- | tools/testing/selftests/kvm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore new file mode 100644 index 000000000000..a546e052d19a --- /dev/null +++ b/tools/testing/selftests/kvm/.gitignore @@ -0,0 +1,2 @@ +set_sregs_test +sync_regs_test |
