From: Bartosz Golaszewski Date: Wed, 24 Feb 2021 18:53:16 +0000 (+0100) Subject: selftests: gpio: update .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=542104ee0cafe789cc07291b71818c143df8d623;p=linux.git selftests: gpio: update .gitignore 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 Reviewed-by: Kent Gibson --- diff --git a/tools/testing/selftests/gpio/.gitignore b/tools/testing/selftests/gpio/.gitignore index 4c69408f3e840..a4969f7ee020d 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