lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <tencent_3E0341A1C9AC8FCB7915E7D791D117445707@qq.com>
Date:   Sat, 22 Apr 2023 22:35:53 +0800
From:   Rong Tao <rtoax@...mail.com>
To:     william.gray@...aro.org
Cc:     Rong Tao <rongtao@...tc.cn>,
        linux-kernel@...r.kernel.org (open list),
        linux-iio@...r.kernel.org (open list:COUNTER SUBSYSTEM)
Subject: [PATCH v2] tools/counter: Add .gitignore

From: Rong Tao <rongtao@...tc.cn>

Ignore counter_example and include/linux/counter.h.

Signed-off-by: Rong Tao <rongtao@...tc.cn>
---
v2: Ignore /include/linux/counter.h, instead of /include directory
v1: https://lore.kernel.org/lkml/tencent_1625E21562D40C91CEE047E82E2BFC524305@qq.com/
---
 tools/counter/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 tools/counter/.gitignore

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
-- 
2.40.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ