Skip to content

Commit a4ab865

Browse files
committed
updates ignore
1 parent 4081055 commit a4ab865

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313
.DS_Store
14+
/cnat-client-go/cnat-controller

cnat-client-go/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ along with the [client-go library](https://github.com/kubernetes/client-go/tree/
55

66
It makes use of the generators in [k8s.io/code-generator](https://github.com/kubernetes/code-generator) to generate a typed client, informers, listers and deep-copy functions. You can do this yourself using the `./hack/update-codegen.sh` script.
77

8-
The `update-codegen` script will automatically generate the following files &
9-
directories:
8+
The `update-codegen` script will automatically generate the following:
109

1110
* `pkg/apis/samplecontroller/v1alpha1/zz_generated.deepcopy.go`
1211
* `pkg/generated/`

0 commit comments

Comments
 (0)