fix: make pre/post fader metering switch label/tooltip translatable
[jack_mixer.git] / .gitignore
blob392e323734385a3a2584c1087fa0a6ff31bc2533
1 # binaries
2 jack_mix_box
3 *.lo
4 *.la
5 *.o
7 # generated man pages
8 jack_mix_box.1
9 jack_mixer.1
11 # Mixer configuration files
12 *.xml
14 # Geany editor project files
15 *.geany
17 # general Python stuff
18 *.pyc
19 __pycached__/
21 # distutils / setuptools
22 build/
23 dist/
24 *.egg-info
25 # wheels downloaded when build wheel
26 *.whl
28 # Cython stuff
29 _jack_mixer.c
30 _jack_mixer.*.so
32 # recommended meson build directory
33 builddir/
35 # i18n
36 data/locale/*/LC_MESSAGES/
37 data/locale/*.po~