1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
harveyshao 2021-11-22 14:37:36 +08:00
parent 926c2f5dcf
commit 60836fd0e3

View File

@ -133,7 +133,7 @@ func _status_list(m *ice.Message) (files, adds, dels int, last time.Time) {
}
vs := strings.SplitN(strings.TrimSpace(v), ice.SP, 2)
switch kit.Ext(vs[1]) {
case "swp", "swo", "bin":
case "swp", "swo", "bin", "var":
continue
}