mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
682840476f
The `scripts/golangci.yml.buildtags.in` file is generated from the
`Makefile`, there is no need to include it in the repository. By adding
the file to the `.gitignore` list, the output of `git status` will not
show the file anymore.
Fixes: 8fb5739f2
"build: more flexible handling of go build tags; added ceph_preview"
Signed-off-by: Niels de Vos <ndevos@redhat.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
|