Revision b43f3c151a89acffba1f84a207693f1da37dc80d authored by Piotr Galar on 20 March 2023, 12:25:23 UTC, committed by galargh on 20 March 2023, 14:03:07 UTC
fix: remove outdated changelog part
(cherry picked from commit 624846fc15a55fd76f0899fb41a87f41772c8b47)
1 parent 1386592
Raw File
.gitignore
# 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
back to top