Skip to content

Commit

Permalink
selftests: gpio: update .gitignore
Browse files Browse the repository at this point in the history
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 ("selftests: gpio: rework and simplify test implementation")
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Kent Gibson <[email protected]>
  • Loading branch information
brgl committed Mar 8, 2021
1 parent a38fd87 commit 542104e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/gpio/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0-only
gpio-mockup-chardev
gpio-mockup-cdev

0 comments on commit 542104e

Please sign in to comment.