diff options
Diffstat (limited to 'goSrcScan.go')
| -rw-r--r-- | goSrcScan.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/goSrcScan.go b/goSrcScan.go index c13dce3..a50dbb2 100644 --- a/goSrcScan.go +++ b/goSrcScan.go @@ -65,6 +65,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) { switch fname { case "repos.pb": case "go.work": + case "go.work.last": default: // todo: figure out a way to do padding for init() log.Info("WARNING: you have an untracked file outside of any .git repository:", path) |
