ceph-csi/.gitignore
Niels de Vos 682840476f build: ignore generated go-tags file
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>
2022-04-04 12:59:12 +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