nim-evmc/.gitignore

11 lines
115 B
Plaintext

# Nim
nimcache/
# Executables shall be put in an ignored build/ directory
build/
# Ignore lib
*.dll
*.so
*.dylib