Message ID | 20180410134822.23990-1-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | 576f3131917888075efb03f290e42a625b120bde |
Headers | show |
Series | selftests: kvm: add .gitignore for generated files | expand |
On 10 April 2018 at 15:48, Anders Roxell <anders.roxell@linaro.org> wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > tools/testing/selftests/kvm/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 tools/testing/selftests/kvm/.gitignore > > 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 > -- > 2.16.3 > ping.
On 05/08/2018 02:21 AM, Anders Roxell wrote: > On 10 April 2018 at 15:48, Anders Roxell <anders.roxell@linaro.org> wrote: >> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> >> --- >> tools/testing/selftests/kvm/.gitignore | 2 ++ >> 1 file changed, 2 insertions(+) >> create mode 100644 tools/testing/selftests/kvm/.gitignore >> >> 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 >> -- >> 2.16.3 >> > > ping. > I plan to get this to inot 4.18-rc1. thabks, -- Shuah
On 05/08/2018 09:33 AM, Shuah Khan wrote: > On 05/08/2018 02:21 AM, Anders Roxell wrote: >> On 10 April 2018 at 15:48, Anders Roxell <anders.roxell@linaro.org> wrote: >>> Signed-off-by: Anders Roxell <anders.roxell@linaro.org> >>> --- >>> tools/testing/selftests/kvm/.gitignore | 2 ++ >>> 1 file changed, 2 insertions(+) >>> create mode 100644 tools/testing/selftests/kvm/.gitignore >>> >>> 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 >>> -- >>> 2.16.3 >>> >> >> ping. >> > > I plan to get this to inot 4.18-rc1. > > thabks, > -- Shuah > Applied to linux-kselftest next for 4.18-rc1 thanks, -- Shuah
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
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- tools/testing/selftests/kvm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/testing/selftests/kvm/.gitignore -- 2.16.3