Use more fnmatch-like matcher in .stignore (fixes #426)

This commit is contained in:
Jakob Borg
2014-08-26 10:11:25 +02:00
parent fe43e3b89d
commit 9818e2b550
8 changed files with 260 additions and 55 deletions

View File

@@ -800,7 +800,7 @@ func (m *Model) ScanRepoSub(repo, sub string) error {
}
m.setState(repo, RepoScanning)
fchan, _, err := w.Walk()
fchan, err := w.Walk()
if err != nil {
return err