Audio plugin host https://kx.studio/carla
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.

166 lines
2.4KB

  1. # Hidden files
  2. .directory
  3. .fuse-*
  4. .*.kate-swp
  5. .libmagic-tmp
  6. .libmagic-tmp.bc
  7. .kdev_include_paths
  8. .kdev4/
  9. .DS_Store
  10. # Temp files
  11. *~
  12. *.bak
  13. *.swp
  14. *.swo
  15. # Binary files
  16. *.7z
  17. *.bz2
  18. *.a
  19. *.o
  20. *.dll
  21. *.dll.def
  22. *.dylib
  23. *.exe
  24. *.msi
  25. *.so
  26. # Binary dir
  27. bin/jack/
  28. bin/styles/
  29. build/
  30. # Project files
  31. *.carxp
  32. *.carxs
  33. *.pro.user
  34. # C++ files
  35. *.moc
  36. moc_*.cpp
  37. ui_*.h
  38. resources.*.cpp
  39. qrc_resources.cpp
  40. # Python files
  41. *.pyc
  42. *_rc.py
  43. ui_*.py
  44. # Misc files
  45. *.aria2
  46. *.deb
  47. *.meta4
  48. *.tar
  49. *.ttl
  50. *.xz
  51. *.zip
  52. # PyQt widgets
  53. source/canvaspreviewframe.py
  54. source/carla_config.py
  55. source/digitalpeakmeter.py
  56. source/draggablegraphicsview.py
  57. source/ledbutton.py
  58. source/paramspinbox.py
  59. source/pianoroll.py
  60. source/pixmapbutton.py
  61. source/pixmapdial.py
  62. source/pixmapkeyboard.py
  63. source/racklistwidget.py
  64. source/widgets/carla_config.py
  65. # Binaries
  66. carla-bridge-qtcreator
  67. carla-bridge-native
  68. carla-bridge-posix32
  69. carla-bridge-posix64
  70. carla-bridge-lv2-cocoa
  71. carla-bridge-lv2-external
  72. carla-bridge-lv2-gtk2
  73. carla-bridge-lv2-gtk3
  74. carla-bridge-lv2-qt4
  75. carla-bridge-lv2-qt5
  76. carla-bridge-lv2-x11
  77. carla-bridge-vst2-carbon
  78. carla-bridge-vst2-cocoa
  79. carla-bridge-vst2-x11
  80. carla-discovery-qtcreator
  81. carla-discovery-native
  82. carla-discovery-posix32
  83. carla-discovery-posix64
  84. carla-frontend
  85. carla-lv2-export
  86. zita-at1-ui
  87. zita-bls1-ui
  88. zita-rev1-ui
  89. zynaddsubfx-ui
  90. stoat-output.png
  91. data/linux/unzipfx2cat32
  92. data/linux/unzipfx2cat64
  93. data/macos/*-svn/
  94. data/windows/Carla
  95. data/windows/CarlaControl
  96. data/windows/Carla-*-win32/
  97. data/windows/Carla-*-win64/
  98. source/bridges/jackplugin/libjack.so.0
  99. source/frontend/Makefile
  100. source/tests/ansi-pedantic-test_*
  101. source/tests/CachedPlugins
  102. source/tests/CarlaRingBuffer
  103. source/tests/CarlaPipeUtils
  104. source/tests/CarlaString
  105. source/tests/CarlaUtils1
  106. source/tests/CarlaUtils2
  107. source/tests/CarlaUtils3
  108. source/tests/CarlaUtils4
  109. source/tests/Exceptions
  110. source/tests/Print
  111. source/tests/RDF
  112. source/tests/EngineEvents
  113. source/tests/PipeServer
  114. source/tests/RtLinkedList
  115. source/tests/RtLinkedListGnu
  116. # Docs
  117. doc/CarlaBackend/
  118. doc/CarlaBridge/
  119. doc/DISTRHO/
  120. # CX-Freeze builds
  121. source/dist/
  122. # QtCreator builds
  123. *build-*Debug/
  124. *build-*Release/
  125. # python files in plugin resources dir
  126. bin/resources/*.py
  127. source/native-plugins/resources/*.py
  128. # Other
  129. source/includes/asio/
  130. source/includes/rewire/
  131. source/includes/vst2
  132. source/includes/vst3
  133. source/includes/config.h
  134. data/linux/*.gz
  135. data/linux/*.tgz
  136. data/linux/*.xz
  137. data/linux/*.*/
  138. data/macos/*.gz
  139. data/macos/*.tgz
  140. data/macos/*.*/
  141. data/macos/Carla/
  142. data/windows/python/