|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- # Hidden files
- .directory
- .fuse-*
- .*.kate-swp
- .kdev_include_paths
- .kdev4/
-
- # Temp files
- *~
- *.bak
-
- # Binary files
- *.7z
- *.a
- *.o
- *.dll
- *.dll.def
- *.dylib
- *.exe
- *.so
-
- # Project files
- *.carxp
- *.carxs
- *.pro.user
-
- # C++ files
- *.moc
- moc_*.cpp
- ui_*.h
- resources.*.cpp
-
- # Python files
- *.pyc
- *_rc.py
- ui_*.py
-
- # PyQt widgets
- source/canvaspreviewframe.py
- source/digitalpeakmeter.py
- source/ledbutton.py
- source/paramspinbox.py
- source/pixmapbutton.py
- source/pixmapdial.py
- source/pixmapkeyboard.py
-
- # Binaries
- carla-bridge-qtcreator
- carla-bridge-native
- carla-bridge-posix32
- carla-bridge-posix64
- carla-bridge-lv2-cocoa
- carla-bridge-lv2-external
- carla-bridge-lv2-gtk2
- carla-bridge-lv2-gtk3
- carla-bridge-lv2-qt4
- carla-bridge-lv2-qt5
- carla-bridge-lv2-x11
- carla-bridge-vst-mac
- carla-bridge-vst-x11
-
- carla-discovery-qtcreator
- carla-discovery-native
- carla-discovery-posix32
- carla-discovery-posix64
-
- carla-native-lv2-export
-
- data/windows/Carla
- data/windows/CarlaControl
- source/plugin/carla-native.lv2/*.ttl
- source/tests/ansi-pedantic-test_*
- source/tests/CarlaString
- source/tests/EngineEvents
- source/tests/PipeServer
- source/tests/Print
- source/tests/RtLinkedList
- source/tests/RtLinkedListGnu
- source/tests/Utils
-
- # Docs
- doc/CarlaBackend/
- doc/CarlaBridge/
- doc/DISTRHO/
-
- # CX-Freeze builds
- src/dist/
-
- # QtCreator builds
- *build-*Debug/
- *build-*Release/
-
- # ZynAddSubFX UI
- source/modules/daz-plugins/zynaddsubfx/UI/ADnoteUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/ADnoteUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/BankUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/BankUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/ConfigUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/ConfigUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/EffUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/EffUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/EnvelopeUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/EnvelopeUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/FilterUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/FilterUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/LFOUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/LFOUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/MasterUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/MasterUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/MicrotonalUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/MicrotonalUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/OscilGenUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/OscilGenUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/PADnoteUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/PADnoteUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/PartUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/PartUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/PresetsUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/PresetsUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/ResonanceUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/ResonanceUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/SUBnoteUI.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/SUBnoteUI.h
- source/modules/daz-plugins/zynaddsubfx/UI/VirKeyboard.cpp
- source/modules/daz-plugins/zynaddsubfx/UI/VirKeyboard.h
-
- # Other
- source/includes/asio/
- source/includes/rewire/
- source/includes/vst/
- source/includes/vst3/
|