Re: [PATCH] selftests: gpio: update .gitignore

2021-03-02 Thread Bartosz Golaszewski
On Tue, Mar 2, 2021 at 4:27 PM Shuah Khan wrote: > > On 3/2/21 7:44 AM, Linus Walleij wrote: > > On Wed, Feb 24, 2021 at 7:53 PM Bartosz Golaszewski wrote: > > > >> From: Bartosz Golaszewski > >> > >> The executable that we build for GPIO selftests was renamed to > >> gpio-mockup-cdev. Let's upd

Re: [PATCH] selftests: gpio: update .gitignore

2021-03-02 Thread Shuah Khan
On 3/2/21 9:07 AM, Bartosz Golaszewski wrote: On Tue, Mar 2, 2021 at 4:27 PM Shuah Khan wrote: On 3/2/21 7:44 AM, Linus Walleij wrote: On Wed, Feb 24, 2021 at 7:53 PM Bartosz Golaszewski wrote: From: Bartosz Golaszewski The executable that we build for GPIO selftests was renamed to gpio-

Re: [PATCH] selftests: gpio: update .gitignore

2021-03-02 Thread Linus Walleij
On Wed, Feb 24, 2021 at 7:53 PM Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The executable that we build for GPIO selftests was renamed to > gpio-mockup-cdev. Let's update .gitignore so that we don't show it > as an untracked file. > > Fixes: 8bc395a6a2e2 ("selftests: gpio: rework

Re: [PATCH] selftests: gpio: update .gitignore

2021-03-02 Thread Shuah Khan
On 3/2/21 7:44 AM, Linus Walleij wrote: On Wed, Feb 24, 2021 at 7:53 PM Bartosz Golaszewski wrote: From: Bartosz Golaszewski The executable that we build for GPIO selftests was renamed to gpio-mockup-cdev. Let's update .gitignore so that we don't show it as an untracked file. Fixes: 8bc395a

Re: [PATCH] selftests: gpio: update .gitignore

2021-02-24 Thread Kent Gibson
On Wed, Feb 24, 2021 at 07:53:16PM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The executable that we build for GPIO selftests was renamed to > gpio-mockup-cdev. Let's update .gitignore so that we don't show it > as an untracked file. > > Fixes: 8bc395a6a2e2 ("selftests: gp

[PATCH] selftests: gpio: update .gitignore

2021-02-24 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The executable that we build for GPIO selftests was renamed to gpio-mockup-cdev. Let's update .gitignore so that we don't show it as an untracked file. Fixes: 8bc395a6a2e2 ("selftests: gpio: rework and simplify test implementation") Signed-off-by: Bartosz Golaszewski -