mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-09 12:35:49 +00:00
9bc5ec1566
Increase checkExpiring timeouts to verify impact on flaky tests.
20 lines
284 B
Plaintext
20 lines
284 B
Plaintext
nimcache/
|
|
nimbledeps/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
build/
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
.vscode/
|
|
.DS_Store
|
|
tests/pubsub/testgossipsub
|
|
examples/*.md
|
|
nimble.develop
|
|
nimble.paths
|
|
go-libp2p-daemon/
|