Typica is a free program for professional coffee roasters. https://typica.us
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 478B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. syntax: glob
  2. *.pro.user*
  3. *.app
  4. *.moc
  5. *.prl
  6. Makefile*
  7. doc/html/
  8. *.framework/
  9. *.xcodeproj/
  10. debug/
  11. release/
  12. qtc-gdbmacros/
  13. *.rej
  14. *.orig
  15. *.obj
  16. *.swp
  17. *.dll
  18. *.exp
  19. *.ilk
  20. *.pdb
  21. *.lib
  22. Thumbs.db
  23. moc_*.cpp
  24. qrc_*.cpp
  25. *.o
  26. *.so.*
  27. *.so
  28. *.pdb
  29. ui_*.h
  30. *~
  31. .qmake.cache
  32. extserialport.prf
  33. lib/*
  34. *.orig
  35. *.exe
  36. *.vcproj
  37. *.vcproj.*.user
  38. *_resource.rc
  39. *.sln
  40. *.idb
  41. *.ncb
  42. *.suo
  43. examples/enumerator/enumerator
  44. examples/event/event
  45. examples/qespta/qespta
  46. examples/uartassistant/uartassistant
  47. object_script.*