aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/gpio
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2021-02-24 19:53:16 +0100
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2021-03-08 11:59:16 +0100
commit542104ee0cafe789cc07291b71818c143df8d623 (patch)
treec45aaabdcb4f03d15922d3d335d321087199184e /tools/testing/selftests/gpio
parentLinux 5.12-rc2 (diff)
downloadlinux-dev-542104ee0cafe789cc07291b71818c143df8d623.tar.xz
linux-dev-542104ee0cafe789cc07291b71818c143df8d623.zip
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 <bgolaszewski@baylibre.com> Reviewed-by: Kent Gibson <warthog618@gmail.com>
Diffstat (limited to 'tools/testing/selftests/gpio')
-rw-r--r--tools/testing/selftests/gpio/.gitignore2
1 files changed, 1 insertions, 1 deletions
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