mirror of
https://github.com/microsoft/ethr.git
synced 2024-11-15 04:21:36 +08:00
a8971d9b50
* Add support for UDP based bandwidth tests. Also did some code cleanup and removed stale code. * Fix gitignore as it was not ignoring temp VIM files.
26 lines
346 B
Text
26 lines
346 B
Text
# 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
|
|
|
|
# VIM related files
|
|
*.un~
|
|
*.swp
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Files without extension (Linux binary, for example)
|
|
*
|
|
!Makefile
|
|
|
|
# Golang vendor directory
|
|
vendor/
|