testbed2/.gitignore
2026-05-21 14:48:58 +00:00

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
*~