mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
We're moving away from alpine and using ubuntu in order to be able to build the agent for all the architectures we need. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
19 lines
329 B
Plaintext
19 lines
329 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
|
|
tools/packaging/static-build/agent/install_libseccomp.sh
|