Message ID | 20210209100924.82033-1-linux@hollensbe.org |
---|---|
State | New |
Headers | show |
Series | selftests/gpio: Adjust .gitignore to ignore tools-gpio build dir | expand |
diff --git a/tools/testing/selftests/gpio/.gitignore b/tools/testing/selftests/gpio/.gitignore index 4c69408f3e84..640b5cb4ed4e 100644 --- a/tools/testing/selftests/gpio/.gitignore +++ b/tools/testing/selftests/gpio/.gitignore @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only gpio-mockup-chardev +tools-gpio
This patch merely add this to gitignore, noticed while running the selftests. Signed-off-by: Erik Hollensbe <linux@hollensbe.org> --- tools/testing/selftests/gpio/.gitignore | 1 + 1 file changed, 1 insertion(+)