31 lines
423 B
Plaintext
31 lines
423 B
Plaintext
/nimcache
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
/build
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
|
|
# Go packages
|
|
/vendor/go
|
|
!/vendor/go/src/github.com/libp2p/go-libp2p-daemon
|
|
|
|
# ntags/ctags output
|
|
/tags
|
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
/nimbus.nims
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
|
|
VMTests.md
|
|
/debug*.json
|
|
/block*.json
|
|
|