tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

.gitignore (209B)


      1 # Zig build artifacts
      2 .zig-cache/
      3 zig-out/
      4 
      5 # Generated binaries (keep .c sources, ignore compiled artifacts)
      6 /c_abi_test
      7 /c_abi_append_test
      8 c_abi_append_shared
      9 tests/c_abi_append_test
     10 
     11 # Temp files
     12 *.o
     13 *.tmp