Files
weave-scope/.gitignore
Bryan Boreham 440892516f Set HOME for build containers
Otherwise it's blank on Apple M1 platform (at least) and builds fail

Now we have to git-ignore .yarnrc file, which is created in the HOME dir.
2021-04-04 11:16:13 +01:00

71 lines
921 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
client/.yarnrc
# Website
site-build