mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-10 20:36:31 +00:00
edc87b702b
* Launch Fluffy builds directly from make to avoid compile issue Without this change, builds on latest macos fails when ulimit is not set to 1024. But it will still cause libbacktrace error to occur when launching the binaries so it would be still advised to set it to 1024. * Fix fluffy local testnet for some macOS systems And some additional improvements to the script + run the fluffy nodes at INFO log-level to speed-up the testing time. * Split up fluffy tests in separate targets This way the two test binaries can be build and ran concurrently.
44 lines
587 B
Plaintext
44 lines
587 B
Plaintext
*~
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
/build
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
|
|
# 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
|
|
|
|
# Ignore generated C and doc files
|
|
nimcache
|
|
/nimbus/docs
|
|
|
|
/debug*.json
|
|
/block*.json
|
|
/.update.timestamp
|
|
*.generated.nim
|
|
/dist
|
|
|
|
/all_test.md
|
|
|
|
# local testnet files
|
|
/local_testnet_data
|
|
|
|
# Nimble user files
|
|
nimble.develop
|
|
nimble.paths
|
|
|
|
# nimbus-build-system files
|
|
nimbus-build-system.paths
|