.gitignore 84 B

1234567891011
  1. /src/Makefile
  2. /test/Makefile
  3. /test/*.test
  4. /test/*.exe
  5. *.o
  6. *.a
  7. *.d
  8. *.obj
  9. *.lib
  10. *.exe