evmc/.gitignore
2019-12-15 17:25:23 +07:00

11 lines
120 B
Plaintext

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