Files
tyche/.gitignore
2026-05-14 13:02:43 -05:00

42 lines
373 B
Plaintext

# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
cmake-build-*/
build/
tyche
tyche-test
libtyche.a
libtyche.so*
lib/compiler/compiler.lua.h