mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 03:40:23 +00:00
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:
parent
d760d0ab6d
commit
682840476f
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ deploy/cephcsi/image/cephcsi
|
||||
|
||||
# generated golangci-lint configuration
|
||||
scripts/golangci.yml
|
||||
scripts/golangci.yml.buildtags.in
|
||||
|
Loading…
Reference in New Issue
Block a user