mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
selftests: gpio: add gpio-cdev-uaf to .gitignore
Commitc7f92042d3("selftests: gpio: Add gpio-cdev-uaf tests") added the gpio-cdev-uaf binary to TEST_GEN_PROGS_EXTENDED but never added it to .gitignore. Building it with: make -C tools/testing/selftests/gpio TARGETS=gpio leaves gpio-cdev-uaf as an untracked file. Fixes:c7f92042d3("selftests: gpio: Add gpio-cdev-uaf tests") Signed-off-by: Cihan Karadag <cihan.cihan@gmail.com> Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://patch.msgid.link/20260707235707.1349969-1-cihan.cihan@gmail.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
aaf7766ba3
commit
4ad805f0e4
1
tools/testing/selftests/gpio/.gitignore
vendored
1
tools/testing/selftests/gpio/.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
gpio-mockup-cdev
|
||||
gpio-chip-info
|
||||
gpio-line-name
|
||||
gpio-cdev-uaf
|
||||
|
||||
Reference in New Issue
Block a user