From: Alan Knowles Date: Mon, 1 Jun 2015 03:29:04 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=7b7d6a609625e0ad35e2910b8b569d74b79e3317 GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index 20311eb9..f7efdd29 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -73,10 +73,13 @@ public class GitMonitorQueue : MonitorNamePathDir { if (this.name[this.name.length -1] == '~') { return true; } - - //if (f.name.match(/~$/)) { - // return true; - //} + + if (f.name.match(/___jb_old___$/)) { + return true; + } + if (f.name.match(/___jb_bak___$/)) { + return true; + } //if (f.name.match(/^nbproject/)) { // return true; //}