2018-07-20 15:46:03 +02:00
|
|
|
nimcache/
|
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
|
|
build/
|
2019-08-21 14:45:24 +02:00
|
|
|
|
|
|
|
# Nimble packages
|
|
|
|
/vendor/.nimble
|
|
|
|
|
|
|
|
# Go packages
|
|
|
|
/vendor/go
|
|
|
|
!/vendor/go/src/github.com/libp2p/go-libp2p-daemon
|
|
|
|
|
|
|
|
# ntags/ctags output
|
|
|
|
/tags
|
|
|
|
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
2018-07-20 15:46:03 +02:00
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
2019-07-11 13:52:59 +02:00
|
|
|
|
2019-08-21 14:45:24 +02:00
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
|
|
/*.nims
|
|
|
|
|
2019-07-11 13:52:59 +02:00
|
|
|
/scripts/testnet*.sh
|
|
|
|
|
2019-08-16 14:55:48 +02:00
|
|
|
# State sim # TODO - move in another folder
|
|
|
|
0000-*.json
|
2019-09-10 18:13:27 -04:00
|
|
|
|
2020-01-20 23:28:48 +01:00
|
|
|
/local_testnet_data
|
|
|
|
|