diff options
author | Rong Tao | 2023-04-22 22:35:53 +0800 |
---|---|---|
committer | William Breathitt Gray | 2023-05-09 19:17:17 -0400 |
commit | 6a9a092eb25851e16ecacc04ca2b155635d4e52f (patch) | |
tree | c0b2456abe20584ce1af2f44654e1aa53bb0b2e5 /tools/counter | |
parent | 5272145d5cccd7cb73a8ce4b0b90c1c6b37a6a66 (diff) |
tools/counter: Add .gitignore
Ignore counter_example and include/linux/counter.h.
Signed-off-by: Rong Tao <rongtao@cestc.cn>
Link: https://lore.kernel.org/r/tencent_3E0341A1C9AC8FCB7915E7D791D117445707@qq.com/
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Diffstat (limited to 'tools/counter')
-rw-r--r-- | tools/counter/.gitignore | 2 |
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 |