diff mbox series

selftests: kvm: add .gitignore for generated files

Message ID 20180410134822.23990-1-anders.roxell@linaro.org
State Accepted
Commit 576f3131917888075efb03f290e42a625b120bde
Headers show
Series selftests: kvm: add .gitignore for generated files | expand

Commit Message

Anders Roxell April 10, 2018, 1:48 p.m. UTC
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

Comments

Anders Roxell May 8, 2018, 8:21 a.m. UTC | #1
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.
shuah May 8, 2018, 3:33 p.m. UTC | #2
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
shuah May 10, 2018, 5:27 p.m. UTC | #3
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 mbox series

Patch

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