# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

# Go Modules
go.mod
go.sum

# Compiled files
*.com

# Go IntelliJ plugin
.idea/goland.xml
.idea/misc.xml
.idea/modules.xml
.idea/workspace.xml

# User-specific files
*.swp
*.swo

# Build output
[!C]#
*.tar.gz

# IDE files
.idea/
.vscode/

# Automatic backup files
*~

# Include gitignore for submodules
.submodules

# End of https://www.toptal.com/developers/gitignore/api/go
# *.exe~
# *.dll
# *.so
# *.dylib
# Test binary, built with `go test -c`
# *.test
# Output of the go coverage tool, specifically when used with LiteIDE
# *.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
# go.work
# Go Modules
# go.mod
# go.sum
# Compiled files
# *.com
# Go IntelliJ plugin
# .idea/goland.xml
# .idea/misc.xml
# .idea/modules.xml
# .idea/workspace.xml
# User-specific files
# *.swp
# *.swo
# Build output
# [!C]#
# *.tar.gz
# IDE files
# .idea/
# .vscode/
# Automatic backup files
# *~
# Include gitignore for submodules
# .submodules
ipmi_power_exporter
