Test for previous commit and never ignore entire repo directory

This commit is contained in:
Jakob Borg 2014-03-09 12:36:26 +01:00
parent b5f652a815
commit b3c2ffc96a
2 changed files with 1 additions and 1 deletions

0
scanner/testdata/.foo/bar vendored Normal file
View File

View 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)
}