fleet/orbit/.gitignore

25 lines
277 B
Plaintext
Raw Normal View History

.DS_Store
.idea
*.log
tmp/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Build/packaging results
dist/
*.pkg
*.deb
*.rpm
*.msi