Files
kata-containers/.gitignore
Julio Montes 7f7e258d14 snap: don't use make snap to build the snap
In some build systems like launchpad is not possible to run neither
custom commands or hooks, hence build a snap image with `make snap` is
not feasible, to deal with this limitation, the final snapcraft.yaml
is part of the repository and all packages versions are read from versions.yaml
in the runtime repository.

fixes #305

Signed-off-by: Julio Montes <julio.montes@intel.com>
2019-01-14 07:58:48 -06:00

19 lines
222 B
Plaintext

*.img
*.initrd
*.sha256
*.snap
*.tar.gz
*.tar.xz
debian.series
parts/
prime/
sha256sums.asc
snap-build/*.fd
snap-build/*.img
snap-build/*.log
snap-build/id_rsa*
snap-build/seed/user-data
snap/.snapcraft/
stage/
typescript