mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +00:00
Ignore temporary files created by vim editor. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
18 lines
272 B
Plaintext
18 lines
272 B
Plaintext
**/*.bk
|
|
**/*~
|
|
**/*.orig
|
|
**/*.rej
|
|
**/target
|
|
**/.vscode
|
|
**/.idea
|
|
**/.fleet
|
|
**/*.swp
|
|
**/*.swo
|
|
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
|
|
build
|
|
src/tools/log-parser/kata-log-parser
|