Skip to content

Commit

Permalink
Update clean-provider target in GNUmakefile to not remove TPG/TPGB …
Browse files Browse the repository at this point in the history
…CODEOWNERS files (GoogleCloudPlatform#12274)
  • Loading branch information
SarahFrench authored and amanMahendroo committed Dec 17, 2024
1 parent 974eb4e commit e12cab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ tpgtools:
clean-provider:
cd $(OUTPUT_PATH);\
go mod download;\
find . -type f -not -wholename "./.git*" -not -wholename "./.changelog*" -not -name ".travis.yml" -not -name ".golangci.yml" -not -name "CHANGELOG.md" -not -name "CHANGELOG_v*.md" -not -name "GNUmakefile" -not -name "docscheck.sh" -not -name "LICENSE" -not -name "README.md" -not -wholename "./examples*" -not -name ".go-version" -not -name ".hashibot.hcl" -print0 | xargs -0 git rm > /dev/null
find . -type f -not -wholename "./.git*" -not -wholename "./.changelog*" -not -name ".travis.yml" -not -name ".golangci.yml" -not -name "CHANGELOG.md" -not -name "CHANGELOG_v*.md" -not -name "GNUmakefile" -not -name "docscheck.sh" -not -name "LICENSE" -not -name "CODEOWNERS" -not -name "README.md" -not -wholename "./examples*" -not -name ".go-version" -not -name ".hashibot.hcl" -print0 | xargs -0 git rm > /dev/null

clean-tgc:
cd $(OUTPUT_PATH);\
Expand Down

0 comments on commit e12cab2

Please sign in to comment.