mirror of https://github.com/status-im/nim-eth.git
18 lines
250 B
Plaintext
18 lines
250 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
|