mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
100d53d595
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>
25 lines
356 B
Plaintext
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
|