mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-28 11:44:30 +00:00
This commit contains two changes: - clear clippy warnigns - add pkg/logging/Cargo.lock to .gitignore Signed-off-by: bin liu <bin@hyper.sh> Signed-off-by: Chelsea Mafrica <chelsea.e.mafrica@intel.com>
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
**/*.bk
|
|
**/*.orig
|
|
**/*.rej
|
|
**/target
|
|
**/.vscode
|
|
pkg/logging/Cargo.lock
|
|
src/agent/src/version.rs
|
|
src/agent/kata-agent.service
|
|
src/agent/protocols/src/*.rs
|
|
!src/agent/protocols/src/lib.rs
|
|
|