From: David Lechner Date: Sat, 11 Jan 2025 00:22:04 +0000 (-0600) Subject: tools/counter: gitignore counter_watch_events X-Git-Tag: v6.15-rc1~78^2~9^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbb89c177208ad2557cb29ff04d4b13a37b36c23;p=thirdparty%2Fkernel%2Flinux.git tools/counter: gitignore counter_watch_events Ignore the executable counter_watch_events when building in-tree. Signed-off-by: David Lechner Link: https://lore.kernel.org/r/20250110-counter-ti-eqep-add-direction-support-v2-1-c6b6f96d2db9@baylibre.com Signed-off-by: William Breathitt Gray --- diff --git a/tools/counter/.gitignore b/tools/counter/.gitignore index 9fd290d4bf439..22d8727d2696a 100644 --- a/tools/counter/.gitignore +++ b/tools/counter/.gitignore @@ -1,2 +1,3 @@ /counter_example +/counter_watch_events /include/linux/counter.h