aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong Tao <[email protected]>2023-04-22 22:35:53 +0800
committerWilliam Breathitt Gray <[email protected]>2023-05-09 19:17:17 -0400
commit6a9a092eb25851e16ecacc04ca2b155635d4e52f (patch)
treec0b2456abe20584ce1af2f44654e1aa53bb0b2e5
parent5272145d5cccd7cb73a8ce4b0b90c1c6b37a6a66 (diff)
tools/counter: Add .gitignore
Ignore counter_example and include/linux/counter.h. Signed-off-by: Rong Tao <[email protected]> Link: https://lore.kernel.org/r/[email protected]/ Signed-off-by: William Breathitt Gray <[email protected]>
-rw-r--r--tools/counter/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/counter/.gitignore b/tools/counter/.gitignore
new file mode 100644
index 000000000000..9fd290d4bf43
--- /dev/null
+++ b/tools/counter/.gitignore
@@ -0,0 +1,2 @@
+/counter_example
+/include/linux/counter.h