From 2b290b929e18e7cd1cfea11240e4fa870d6638d5 Mon Sep 17 00:00:00 2001 From: Lode Hoste Date: Sat, 20 Jun 2015 22:55:02 +0200 Subject: [PATCH] Index changes to .stignore --- syncwatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncwatcher.go b/syncwatcher.go index 81718db..2a9872f 100644 --- a/syncwatcher.go +++ b/syncwatcher.go @@ -116,7 +116,7 @@ var ( // Main var ( stop = make(chan int) - ignorePaths = []string{".stversions", ".stfolder", ".stignore", ".syncthing", "~syncthing~"} + ignorePaths = []string{".stversions", ".syncthing.", "~syncthing~"} Version = "unknown-dev" Discard = log.New(ioutil.Discard, "", log.Ldate) Warning = Discard // 1