Skip to content

Commit c276258

Browse files
authored
Merge pull request kubernetes#124913 from enj/enj/i/go_work_sum_ignore
Ignore go.work.sum for fake workspaces
2 parents 0aa01be + 974e2d9 commit c276258

File tree

4 files changed

+4
-248
lines changed

4 files changed

+4
-248
lines changed

hack/tools/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/vendor/
2+
# avoid constant churn as this file is not kept in sync with the root
3+
go.work.sum

hack/tools/go.work.sum

Lines changed: 0 additions & 198 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# avoid constant churn as this file is not kept in sync with the root
2+
go.work.sum

0 commit comments

Comments
 (0)