public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: gpio: update .gitignore
@ 2021-02-24 18:53 Bartosz Golaszewski
  2021-02-24 19:31 ` Kent Gibson
  2021-03-02 14:44 ` Linus Walleij
  0 siblings, 2 replies; 6+ messages in thread
From: Bartosz Golaszewski @ 2021-02-24 18:53 UTC (permalink / raw)
  To: Kent Gibson, Linus Walleij, Shuah Khan, Bamvor Jian Zhang
  Cc: linux-gpio, linux-kernel, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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 <bgolaszewski@baylibre.com>
---
 tools/testing/selftests/gpio/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/gpio/.gitignore b/tools/testing/selftests/gpio/.gitignore
index 4c69408f3e84..a4969f7ee020 100644
--- a/tools/testing/selftests/gpio/.gitignore
+++ b/tools/testing/selftests/gpio/.gitignore
@@ -1,2 +1,2 @@
 # SPDX-License-Identifier: GPL-2.0-only
-gpio-mockup-chardev
+gpio-mockup-cdev
-- 
2.29.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-02 19:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 18:53 [PATCH] selftests: gpio: update .gitignore Bartosz Golaszewski
2021-02-24 19:31 ` Kent Gibson
2021-03-02 14:44 ` Linus Walleij
2021-03-02 15:27   ` Shuah Khan
2021-03-02 16:07     ` Bartosz Golaszewski
2021-03-02 16:08       ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox