ceph-csi/.gitignore
Niels de Vos c0b53d3ad4 build: add option to compile e2e.test in a container
Run `make containerized-build TARGET=e2e.test` to build the e2e.test
executable in a container. This makes it possible for environments to
only have the dependencies for the runtime installed (most notably Ceph
shared libraries) and, run the e2e tests directly.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-06-02 08:28:54 +00:00

17 lines
182 B
Plaintext

# build directory
_output
# e2e test executable
e2e.test
# docker build
deploy/cephcsi/image/cephcsi
# build container
.devel-container-id
# git merge files
*.orig
*.patch
*.rej