mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 17:05:48 +00:00
Fixes: https://github.com/containers/podman/issues/11016 [NO NEW TESTS NEEDED] We have no easy way to tests this in CI/CD systems. Requires quota to be setup on directories to work. Fixes: https://github.com/containers/podman/issues/11016 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
38 lines
No EOL
475 B
Text
38 lines
No EOL
475 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Ignore vscode setting files
|
|
.vscode/
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
# Ignore gcs bin directory
|
|
service/bin/
|
|
service/pkg/
|
|
|
|
*.img
|
|
*.vhd
|
|
*.tar.gz
|
|
|
|
# Make stuff
|
|
.rootfs-done
|
|
bin/*
|
|
rootfs/*
|
|
*.o
|
|
/build/
|
|
|
|
deps/*
|
|
out/*
|
|
|
|
.idea/
|
|
.vscode/ |