Codebase list sliver / upstream/latest .gitignore
upstream/latest

Tree @upstream/latest (Download .tar.gz)

.gitignore @upstream/latestraw · history · blame

.vscode/*

# Generated by makefile
client/version/version.go 
server/assets/version.go

# Diffs
*.orig

# Binaries
sliver-server
sliver.exe

sliver-client
sliver-client.exe

sliver-server-linux.zip
sliver-server-macos.zip
sliver-server-windows.zip

# Large static assets
assets/*.zip
assets/darwin/*.zip
assets/linux/*.zip
assets/windows/*.zip

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib

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

# 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/

*.pb.go

*-packr.go

.DS_Store