From 7b7d6a609625e0ad35e2910b8b569d74b79e3317 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Jun 2015 11:29:04 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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; //} -- 2.39.2