diff options
author | David Lechner <dlechner@baylibre.com> | 2025-01-10 18:22:04 -0600 |
---|---|---|
committer | William Breathitt Gray <wbg@kernel.org> | 2025-02-05 13:22:04 +0900 |
commit | bbb89c177208ad2557cb29ff04d4b13a37b36c23 (patch) | |
tree | c815e27bb94a602de98bdafae6bc5a36968722e1 | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) |
tools/counter: gitignore counter_watch_events
Ignore the executable counter_watch_events when building in-tree.
Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20250110-counter-ti-eqep-add-direction-support-v2-1-c6b6f96d2db9@baylibre.com
Signed-off-by: William Breathitt Gray <wbg@kernel.org>
-rw-r--r-- | tools/counter/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/counter/.gitignore b/tools/counter/.gitignore index 9fd290d4bf43..22d8727d2696 100644 --- a/tools/counter/.gitignore +++ b/tools/counter/.gitignore @@ -1,2 +1,3 @@ /counter_example +/counter_watch_events /include/linux/counter.h |