38 lines
430 B
Plaintext
38 lines
430 B
Plaintext
# Binary (only at root, not cmd/greywall or pkg/greywall)
|
|
/greywall
|
|
/greywall_*
|
|
/greywall-*
|
|
|
|
# Tar archives
|
|
*.tar.gz
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Test artifacts
|
|
*.test
|
|
coverage.out
|
|
|
|
# GoReleaser
|
|
/dist/
|
|
|
|
# Benchmark results
|
|
/benchmarks/
|
|
*.prof
|
|
cpu.out
|
|
mem.out
|
|
|
|
# Embedded binaries (downloaded at build time)
|
|
internal/sandbox/bin/tun2socks-*
|
|
|
|
# tun2socks source/build directory
|
|
/tun2socks/
|
|
|