This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
node-feature-discovery
Watch
1
Star
0
Fork
You've already forked node-feature-discovery
0
mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced
2024-12-14 11:57:51 +00:00
Code
Activity
master
node-feature-discovery
/
.gitignore
7 lines
97 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
gitignore: add bin/
2020-11-24 19:23:15 +00:00
bin/
Added demo. - Added helper scripts for running the apps. - Added templates to express affinity and anti-affinity. - Updated/Added readme appropriately. - Added asciicast where appropriate.
2016-09-23 18:08:40 +00:00
demo/helper-scripts/*.pdf
demo/helper-scripts/*.log
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>
2021-08-26 14:27:03 +00:00
/kustomization.yaml
gitignore: ignore codecov coverage report We don't necessarily need to keep the codecov coverage report on the git. As such, adding it to the gitignore to avoid it from accidental commiting. Signed-off-by: Muyassarov, Feruzjon <feruzjon.muyassarov@intel.com>
2023-03-13 09:46:06 +00:00
coverage.out
Add .idea/ to gitignore Signed-off-by: Tobias Giese <tgiese@nvidia.com>
2024-09-24 12:34:30 +00:00
.idea/
Copy permalink