Files
kind/.gitignore
Akihiro Suda 1c76d7197b add cgroup2 CI
Use Fedora 33 as the cgroup2 host.

Fedora is launched as a Vagrant VM.

Related:
- c4bff3d17c/.github/workflows/ci.yml (L352-L378)
- 2adbc66b71/.github/workflows/test.yml (L91-L122)

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-01-21 15:21:40 +09:00

23 lines
238 B
Plaintext

# build and test outputs
/bin/
/_output/
/_artifacts/
# used for the code generators only
/vendor/
# macOS
.DS_Store
# Vagrant
.vagrant
# files generated by editors
.idea/
*.iml
.vscode/
*.swp
*.sublime-project
*.sublime-workspace
*~