NVIDIA GPU loadable plugin
Source
13
13
*.so
14
14
*.dylib
15
15
16
16
# Test binary, built with `go test -c`
17
17
*.test
18
18
19
19
# Output of the go coverage tool, specifically when used with LiteIDE
20
20
*.out
21
21
22
22
# Dependency directories (remove the comment below to include it)
23
-
# vendor/
23
+
vendor/
24
24
25
25
# Go workspace file
26
26
go.work
27
27
28
28
### Linux ###
29
29
*~
30
30
31
31
# temporary files which can be created if a process still has a handle open of a deleted file
32
32
.fuse_hidden*
33
33
95
95
*.msix
96
96
*.msm
97
97
*.msp
98
98
99
99
# Windows shortcuts
100
100
*.lnk
101
101
102
102
# End of https://www.toptal.com/developers/gitignore/api/go,macos,linux,windows
103
103
104
104
# go build binary
105
+
zabbix-agent2-plugin-nvidia-*
105
106
zabbix-agent2-plugin-nvidia
106
107
nvidia