28 lines
223 B
Text
28 lines
223 B
Text
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
test
|
|
test.exe
|
|
test.test
|
|
|
|
# Test binary
|
|
*.test
|
|
|
|
# Output of the go coverage
|
|
profile.out
|
|
|
|
# Go build directory
|
|
vendor/
|
|
|
|
# Binary directory
|
|
bin/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|