26 lines
286 B
Text
26 lines
286 B
Text
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Build artifacts
|
|
bin/
|
|
*.out
|
|
# Symbolic link to binary for convenient testing
|
|
./zona
|
|
|
|
# Logs and debug information
|
|
*.log
|
|
|
|
# Temporary files and directories
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
*~
|
|
|
|
# Go modules and caches
|
|
go.sum
|
|
|
|
# test/
|