Collection of tools useful for audio production
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.

48 lines
488B

  1. # Hidden files
  2. .directory
  3. .fuse-*
  4. .*.kate-swp
  5. .kdev4/
  6. # Temp files
  7. *~
  8. *.bak
  9. *.zip
  10. # Binary files
  11. *.exe
  12. *.o
  13. # Project files
  14. *.pro.user
  15. # C++ files
  16. *.moc
  17. moc_*.cpp
  18. ui_*.h
  19. # Python files
  20. *.pyc
  21. ui_*.py
  22. # Resource files
  23. src/resources_rc.py
  24. qrc_resources*.cpp
  25. # Translation files
  26. *.qm
  27. # Binaries
  28. c++/jackmeter/cadence-jackmeter
  29. c++/xycontroller/cadence-xycontroller
  30. # CX-Freeze builds
  31. src/dist/
  32. # QtCreator builds
  33. *-build-*Debug/
  34. *-build-*Release/
  35. # Other
  36. data/templates/energyXT.xt