mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
add pprof file to .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -34,4 +34,5 @@ vs_qrcode.png
|
||||
wintun/
|
||||
wintun.dll
|
||||
*.aar
|
||||
*.jar
|
||||
*.jar
|
||||
*.pprof
|
||||
@@ -332,6 +332,7 @@ func stopMachineAndExit(m *machine.M) {
|
||||
|
||||
}
|
||||
|
||||
// print close info and call stopMachineAndExit
|
||||
func exitBySignal() {
|
||||
utils.Info("Program got close signal.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user