mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00

Simplify keeping the snap package up to date by including the snapcraft.yaml in the repo. We can then wire up the snapstore to autobuild the package for amd64,i386,arm* etc. Many thanks to @elopio for the work of getting ipfs into the snap store in the first place, and to @bertrandfalguiere and @mkg20001 for pushing it forwards. See: https://github.com/ipfs-shipyard/ipfs-snap for more info. Fixes #7250 WIP #3595 License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
36 lines
445 B
Plaintext
36 lines
445 B
Plaintext
# ipfs can generate profiling dump files
|
|
*.cpuprof
|
|
*.memprof
|
|
|
|
*.swp
|
|
.ipfsconfig
|
|
*.out
|
|
*.coverprofile
|
|
*.test
|
|
*.orig
|
|
*~
|
|
|
|
coverage.txt
|
|
gx-workspace-update.json
|
|
|
|
.ipfs
|
|
bin/gx
|
|
bin/protoc-*
|
|
bin/gx*
|
|
bin/tmp
|
|
bin/gocovmerge
|
|
bin/cover
|
|
|
|
|
|
vendor
|
|
.tarball
|
|
go-ipfs-source.tar.gz
|
|
docs/examples/go-ipfs-as-a-library/example-folder/Qm*
|
|
/test/sharness/t0054-dag-car-import-export-data/*.car
|
|
|
|
# ignore build output from snapcraft
|
|
/ipfs_*.snap
|
|
/parts
|
|
/stage
|
|
/prime
|