[PATCH v2 1/4] tools/counter: gitignore counter_watch_events

From: David Lechner
Date: Fri Jan 10 2025 - 19:23:05 EST


Ignore the executable counter_watch_events when building in-tree.

Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
---
tools/counter/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/counter/.gitignore b/tools/counter/.gitignore
index 9fd290d4bf439bd39a918371d00617d0bfb75d8a..22d8727d2696a875845cce0542945b3e416648d5 100644
--- a/tools/counter/.gitignore
+++ b/tools/counter/.gitignore
@@ -1,2 +1,3 @@
/counter_example
+/counter_watch_events
/include/linux/counter.h

--
2.43.0