mirror of
https://github.com/syncthing/syncthing.git
synced 2026-02-07 04:32:28 -05:00
Test for previous commit and never ignore entire repo directory
This commit is contained in:
0
scanner/testdata/.foo/bar
vendored
Normal file
0
scanner/testdata/.foo/bar
vendored
Normal file
@@ -160,7 +160,7 @@ func (w *Walker) walkAndHashFiles(res *[]File, ign map[string][]string) filepath
|
||||
return nil
|
||||
}
|
||||
|
||||
if w.ignoreFile(ign, rn) {
|
||||
if rn != "." && w.ignoreFile(ign, rn) {
|
||||
if debug {
|
||||
dlog.Println("ignored:", rn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user