nim-ethash/.gitignore
2024-02-14 07:46:50 +07:00

11 lines
168 B
Plaintext

nimcache/
# Executables shall be put in an ignored build/ directory
# Ignore dynamic, static libs and libtool archive files
build/
*.so
*.dylib
*.a
*.exe
nimble.paths