# Binaries
# Ignore the built binary, not the subjack/ source directory
/subjack
!/subjack/
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool
*.out

# Go vendor directory
/vendor/

# IDE and editor files
.idea/
.vscode/
*.swp
*~

# Misc
*.log
*.bak
*.tmp
