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>
This commit is contained in:
Niels de Vos 2022-04-04 11:39:38 +02:00 committed by mergify[bot]
parent d760d0ab6d
commit 682840476f

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ deploy/cephcsi/image/cephcsi
# generated golangci-lint configuration # generated golangci-lint configuration
scripts/golangci.yml scripts/golangci.yml
scripts/golangci.yml.buildtags.in