diff options
author | 2023-04-22 22:35:53 +0800 | |
---|---|---|
committer | 2023-05-09 19:17:17 -0400 | |
commit | 6a9a092eb25851e16ecacc04ca2b155635d4e52f (patch) | |
tree | c0b2456abe20584ce1af2f44654e1aa53bb0b2e5 | |
parent | counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probe (diff) | |
download | wireguard-linux-6a9a092eb25851e16ecacc04ca2b155635d4e52f.tar.xz wireguard-linux-6a9a092eb25851e16ecacc04ca2b155635d4e52f.zip |
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 '')
-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 |