hardware-tests/.gitignore

27 lines
530 B
Plaintext
Raw Permalink Normal View History

2022-02-25 20:10:55 -05:00
# ---> Go
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2022-02-24 20:11:37 -05:00
2022-02-25 20:10:55 -05:00
# Test binary, built with `go test -c`
*.test
2022-02-24 20:11:37 -05:00
2022-02-25 20:10:55 -05:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2022-02-24 20:11:37 -05:00
2022-02-25 20:10:55 -05:00
# Dependency directories (remove the comment below to include it)
# vendor/
2022-02-24 20:11:37 -05:00
2022-02-25 20:10:55 -05:00
# Go workspace file
go.work
2022-02-25 21:46:53 -05:00
# compiled program
bgbeng
hardware-tests