1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Only add kustomization.yaml in the root to .gitignore

The current addition of kustomization.yaml to gitignore file
means that any file in the project tree with the name
kustomization.yaml will be ignored. However, that is not
the desired behaviour. One of the primary examples of this
is when we add deployments corresponding to nfd-topology-updater,
we want to be able to ensure that the kustomization.yamls are not
ignored.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
This commit is contained in:
Swati Sehgal 2021-08-26 15:27:03 +01:00
parent 87feb9610b
commit 4f65f30b7c

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
bin/
demo/helper-scripts/*.pdf
demo/helper-scripts/*.log
kustomization.yaml
/kustomization.yaml