mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-03 22:17:35 +00:00
gitignore: Ignore .swp and .swo editor backup files
Ignore temporary files created by vim editor. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
376884b8a4
commit
572b338b3b
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,8 @@
|
|||||||
**/.vscode
|
**/.vscode
|
||||||
**/.idea
|
**/.idea
|
||||||
**/.fleet
|
**/.fleet
|
||||||
|
**/*.swp
|
||||||
|
**/*.swo
|
||||||
pkg/logging/Cargo.lock
|
pkg/logging/Cargo.lock
|
||||||
src/agent/src/version.rs
|
src/agent/src/version.rs
|
||||||
src/agent/kata-agent.service
|
src/agent/kata-agent.service
|
||||||
|
Loading…
Reference in New Issue
Block a user