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

Commit

Permalink
Update vendor to syncthing 0.14.33 (fixes #175)
Browse files Browse the repository at this point in the history
  • Loading branch information
imsodin committed Aug 8, 2017
1 parent f628a84 commit 919d56e
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 69 deletions.
2 changes: 1 addition & 1 deletion syncwatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ func relativePath(path string, folderPath string) string {
// ".stignore" file. The returned function expects the path of the file to be
// tested relative to its folders root.
func createIgnoreFilter(folderPath string) func(relPath string) bool {
ignores := ignore.New(false)
ignores := ignore.New(ignore.WithCache(false))
ignores.Load(filepath.Join(folderPath, ".stignore"))
return ignores.ShouldIgnore
}
Expand Down
16 changes: 14 additions & 2 deletions vendor/github.com/syncthing/syncthing/lib/ignore/cache.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

142 changes: 97 additions & 45 deletions vendor/github.com/syncthing/syncthing/lib/ignore/ignore.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/syncthing/syncthing/lib/logger/logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

1 comment on commit 919d56e

@bonebizz21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Please sign in to comment.