.gitignore 295 B

12345678910111213141516171819202122232425
  1. *.0
  2. coverage
  3. font/CalligrapherRegular.json
  4. font/CalligrapherRegular.z
  5. font/Ubuntu-*
  6. internal/files/bin/bin
  7. look
  8. makefont/makefont
  9. open
  10. **/*.out
  11. pdf/*.pdf
  12. pdf.txt
  13. private
  14. *.sublime*
  15. *.swp
  16. **/*.test
  17. .idea/
  18. doc/body.html
  19. doc/body.md
  20. doc/index.html
  21. doc/index.html.ok
  22. coverage.html
  23. # macOS
  24. .DS_Store