mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
This still works over "loosely defined" .car files Please refer to the sharness tests for extra info We can tighten this up if the sentiment is "Postel was wrong"
30 lines
373 B
Plaintext
30 lines
373 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
|