Make output channel color a property
[jack_mixer.git] / .gitignore
blobdd6cc4f1d7c5147f102da52f33c42d9b0e0b16bb
1 # binaries
2 jack_mix_box
3 *.lo
4 *.la
5 *.o
7 # Mixer configuration files
8 *.xml
9 *.geany
11 # general Python stuff
12 *.pyc
13 __pycached__/
15 # distutils / setuptools
16 build/
17 dist/
18 *.egg-info
20 # Cython stuff
21 _jack_mixer.c
22 _jack_mixer.*.so
24 # recommended meson build directory
25 builddir/