Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Index changes to .stignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Zillode committed Jun 20, 2015
1 parent 3e1799f commit 2b290b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncwatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ var (
// Main
var (
stop = make(chan int)
ignorePaths = []string{".stversions", ".stfolder", ".stignore", ".syncthing", "~syncthing~"}
ignorePaths = []string{".stversions", ".syncthing.", "~syncthing~"}

This comment has been minimized.

Copy link
@rumpelsepp

rumpelsepp Jun 21, 2015

shouldn't it be .syncthing instead of .syncthing.?

This comment has been minimized.

Copy link
@Zillode

Zillode Jun 21, 2015

Author

Nop

This comment has been minimized.

Copy link
@rumpelsepp

rumpelsepp Jun 22, 2015

ok

Version = "unknown-dev"
Discard = log.New(ioutil.Discard, "", log.Ldate)
Warning = Discard // 1
Expand Down

0 comments on commit 2b290b9

Please sign in to comment.