nim-libbacktrace/.gitignore

14 lines
121 B
Plaintext

nimcache
/build
/install
# Ignore dynamic, static libs and libtool archive files
*.o
*.so
*.dylib
*.a
*.la
*.exe
*.dll