add pprof file to .gitignore

This commit is contained in:
e1732a364fed
2023-02-11 15:14:03 +08:00
parent 2e7a148730
commit 9d1071cfd6
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -34,4 +34,5 @@ vs_qrcode.png
wintun/
wintun.dll
*.aar
*.jar
*.jar
*.pprof

View File

@@ -332,6 +332,7 @@ func stopMachineAndExit(m *machine.M) {
}
// print close info and call stopMachineAndExit
func exitBySignal() {
utils.Info("Program got close signal.")