mirror of
https://github.com/BishopFox/sliver.git
synced 2026-03-28 12:47:10 +00:00
63 lines
770 B
Plaintext
63 lines
770 B
Plaintext
/crush
|
|
|
|
/examples
|
|
|
|
/.vscode
|
|
/.vscode/*
|
|
/.devcontainer
|
|
/.idea
|
|
|
|
/artifacts
|
|
/artifacts/**
|
|
|
|
*.rc
|
|
|
|
/Dockerfile.*
|
|
/*.sdk.tar.xz
|
|
|
|
/release-*
|
|
|
|
# Diffs
|
|
*.orig
|
|
|
|
# Binaries
|
|
/sliver-server
|
|
/sliver-server_arm64
|
|
/sliver.exe
|
|
/sliver-server_*
|
|
|
|
/sliver-client
|
|
/sliver-client_arm64
|
|
/sliver-client.exe
|
|
/sliver-client_*
|
|
|
|
sliver-server-linux.zip
|
|
sliver-server-macos.zip
|
|
sliver-server-windows.zip
|
|
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
/*.test
|
|
/test.py
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
/*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
.DS_Store
|
|
|
|
dist/
|
|
.gocache/
|
|
.gomodcache/
|
|
|
|
# Flag to show that go-assets.sh has been run
|
|
.downloaded_assets
|