mirror of
https://github.com/status-im/S-Pesa.git
synced 2025-02-22 05:58:10 +00:00
24 lines
275 B
Plaintext
24 lines
275 B
Plaintext
|
/nimcache
|
||
|
|
||
|
# Executables shall be put in an ignored build/ directory
|
||
|
/build
|
||
|
|
||
|
# Nimble packages
|
||
|
/vendor/.nimble
|
||
|
|
||
|
# ntags/ctags output
|
||
|
/tags
|
||
|
|
||
|
# Ignore dynamic, static libs and libtool archive files
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.a
|
||
|
*.la
|
||
|
*.exe
|
||
|
*.dll
|
||
|
|
||
|
VMTests.md
|
||
|
/debug*.json
|
||
|
/block*.json
|
||
|
|
||
|
/SPesa
|