.gitignore 96 B

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