32 lines
286 B
Plaintext
32 lines
286 B
Plaintext
# Binary (only at root, not cmd/fence or pkg/fence)
|
|
/fence
|
|
/fence_*
|
|
/fence-*
|
|
|
|
# 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
|
|
|