summaryrefslogtreecommitdiff
path: root/goSrcScan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-23 10:33:54 -0500
committerJeff Carr <[email protected]>2025-05-23 10:33:54 -0500
commitf9331ea548637efb0b758db978cf1ae1990c3796 (patch)
tree8679fc3447668aa08f7b1b61b7811b4668ba7a50 /goSrcScan.go
parent521857cd53638bddcdf211b5b74848303e70441e (diff)
also ignore this file GO creates when using go.work
Diffstat (limited to 'goSrcScan.go')
-rw-r--r--goSrcScan.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/goSrcScan.go b/goSrcScan.go
index 503f93f..86e4341 100644
--- a/goSrcScan.go
+++ b/goSrcScan.go
@@ -73,6 +73,7 @@ func gitDirectoriesNew(srcDir string) ([]string, error) {
case "repos.pb":
case "go.work":
case "go.work.last":
+ case "go.work.sum":
default:
// todo: figure out a way to do padding for init()
if trip == false {