mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
93e43d1a0f
This commit adds the Key protect client SDK for the Key Protect KMS integration to the Ceph CSI driver. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
45 lines
482 B
Plaintext
45 lines
482 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
vendor
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
.DS_Store
|
|
|
|
cover.*
|
|
|
|
# Eclipse
|
|
.project
|
|
|
|
# Visual Studio Code
|
|
.vscode
|
|
/*.covtmp
|
|
**/coverage
|
|
**/coverage.htmlvendor
|
|
**/coverage.txt
|
|
**/coverage.html
|
|
**/cover.html
|
|
**/coverage.out
|
|
**/coverage.tmp
|
|
*.coverprofile
|