harec

[hare] Hare compiler, written in C11 for POSIX OSs
Log | Files | Refs | README | LICENSE

.gitignore (92B)


      1 build
      2 .build/
      3 mod/
      4 harec*
      5 **/*.o
      6 **/*.a
      7 tests/*
      8 !tests/*.ha
      9 !tests/run
     10 !Makefile
     11 !configure