nim-libp2p/.gitignore

15 lines
212 B
Plaintext
Raw Normal View History

2018-11-19 02:04:47 +00:00
nimcache/
# Executables shall be put in an ignored build/ directory
# Ignore dynamic, static libs and libtool archive files
build/
*.so
*.dylib
*.a
*.la
*.exe
*.dll
2019-09-04 16:40:05 +00:00
.vscode/
2020-07-04 02:51:09 +00:00
.DS_Store
tests/pubsub/testgossipsub