Files
weave-scope/.gitignore
Bryan Boreham b2d98dc1f7 Add doc files so 'go clean' can run
If the directories are empty then go modules tries to download them.
2020-03-23 15:04:50 +00:00

70 lines
906 B
Plaintext

# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
.vagrant
releases
tmp
.cache
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
.DS_Store
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
*.test
*.prof
profile.cov
coverage.html
# Emacs backup files
*~
# ctags files
tags
# Project specific
.*.uptodate
.uptodate
scope.tar
cloud-agent.tar
.pkg
prog/scope
docker/scope
docker/docker.tgz
docker/docker
docker/weave
docker/weaveutil
docker/runsvinit
extras/fixprobe/fixprobe
extras/fixprobe/*.json
extras/copyreport/copyreport
*sublime-project
*sublime-workspace
*npm-debug.log
*yarn-error.log
app/static.go
vendor/github.com/ugorji/go/codec/codecgen/bin/*
*.codecgen.go
client/build-external/*
prog/staticui/staticui.go
prog/externalui/externalui.go
client/build-pkg
client/bundle
# Website
site-build