bmclib/.gitignore
Jacob Weinstock 90dcdd888e ignore coverage.txt file generated by make cover
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
2023-03-21 12:53:40 -06:00

37 lines
457 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
# vscode
*.code-workspace
# added by lint-install
out/
coverage.txt