gosetup/.gitignore
sneak a414a82306 Add godoc, fix commit hash resolution for submodules
- Add godoc tool (now a separate submodule at cmd/godoc/v0.1.0-deprecated)
- Fix update tool to handle godoc's special tag format
- All tools now use commit hashes instead of version tags
2025-12-18 02:08:56 -08:00

17 lines
107 B
Plaintext

# Binaries
gosetup
update
*.exe
# Test binaries
*.test
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store