mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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>
This commit is contained in:
parent
a0eccf47b4
commit
100d53d595
23
.gitignore
vendored
23
.gitignore
vendored
@ -1 +1,24 @@
|
|||||||
|
# build directory
|
||||||
|
_output
|
||||||
|
|
||||||
|
# e2e test executable
|
||||||
|
e2e.test
|
||||||
|
|
||||||
|
# docker build
|
||||||
|
deploy/cephcsi/image/cephcsi
|
||||||
|
|
||||||
|
# cached container image IDs
|
||||||
|
.devel-container-id
|
||||||
.test-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
|
||||||
|
Loading…
Reference in New Issue
Block a user