ceph-csi/.gitignore
Madhu Rajanna 100d53d595 cleanup: add unwanted files to gitignore
This is the exact copy of the gitignore
from the devel branch to ignore files from
the git.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2022-05-05 09:44:57 +00:00

25 lines
356 B
Plaintext

# build directory
_output
# e2e test executable
e2e.test
# docker build
deploy/cephcsi/image/cephcsi
# cached container image IDs
.devel-container-id
.test-container-id
# detected 'docker' or 'podman'
.container-cmd
# git merge files
*.orig
*.patch
*.rej
# generated golangci-lint configuration
scripts/golangci.yml
scripts/golangci.yml.buildtags.in