From a066a86859904c33ed61885f5aa2cc1927dea5c0 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 1 Sep 2023 11:58:23 +0800 Subject: [PATCH] d --- .gitignore | 4 ++++ misc/cpsshkey.sh | 2 +- misc/{ne_hosts => nehosts} | 0 3 files changed, 5 insertions(+), 1 deletion(-) rename misc/{ne_hosts => nehosts} (100%) diff --git a/.gitignore b/.gitignore index 8d34e80f..5b986b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,10 @@ sshsvc/mmlhome/ sshsvc/log/ sshsvc/__debug_bin.exe +captrace/captrace +captrace/log/ +captrace/__debug_bin.exe + tools/loadmconf/loadmconf vendor diff --git a/misc/cpsshkey.sh b/misc/cpsshkey.sh index f83b26fc..8a5a00f0 100644 --- a/misc/cpsshkey.sh +++ b/misc/cpsshkey.sh @@ -23,4 +23,4 @@ while read line } expect "password" { send "$passwd\n" } EOF - done < ne_hosts + done < nehosts diff --git a/misc/ne_hosts b/misc/nehosts similarity index 100% rename from misc/ne_hosts rename to misc/nehosts