| 1 | # ipfs can generate profiling dump files |
| 2 | *.cpuprof |
| 3 | *.memprof |
| 4 | |
| 5 | *.swp |
| 6 | .ipfsconfig |
| 7 | *.out |
| 8 | *.coverprofile |
| 9 | *.test |
| 10 | *.orig |
| 11 | *~ |
| 12 | |
| 13 | coverage.txt |
| 14 | gx-workspace-update.json |
| 15 | |
| 16 | .ipfs |
| 17 | bin/gx |
| 18 | bin/protoc-* |
| 19 | bin/gx* |
| 20 | bin/tmp |
| 21 | bin/gocovmerge |
| 22 | bin/cover |
| 23 | |
| 24 | |
| 25 | vendor |
| 26 | .tarball |
| 27 | go-ipfs-source.tar.gz |
| 28 | docs/examples/go-ipfs-as-a-library/example-folder/Qm* |
| 29 | /test/sharness/t0054-dag-car-import-export-data/*.car |
| 30 | |
| 31 | # test artifacts from make test_unit / test_cli / test_fuse |
| 32 | /test/unit/gotest.json |
| 33 | /test/unit/gotest.junit.xml |
| 34 | /test/cli/cli-tests.json |
| 35 | /test/fuse/fuse-unit-tests.json |
| 36 | /test/fuse/fuse-cli-tests.json |
| 37 | |
| 38 | # ignore build output from snapcraft |
| 39 | /ipfs_*.snap |
| 40 | /parts |
| 41 | /stage |
| 42 | /prime |