mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-14 00:26:01 +00:00
b75ee36576
* Refactor p2pProtocol internals * Attempt to fix rlp crash with Nim v2 (#658) * Attempt to fix rlp crash with Nim v2 * Fix test_ecies for nim v2 * Reduce compiler warnings * Resolve ambiquity in testutils * Disable nim devel continue-on-error
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
# Ignore all files without extensions (unix executable files)
|
|
*
|
|
!*.*
|
|
!*/
|
|
!LICENSE*
|
|
|
|
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
|
|
*.generated.nim
|
|
nimble.paths |