Minor Python module installation tweak
[jack_mixer.git] / .gitignore
blob982916fc6530da7a60471b337c11e068814ced61
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
13 *.geany
15 # general Python stuff
16 *.pyc
17 __pycached__/
19 # distutils / setuptools
20 build/
21 dist/
22 *.egg-info
24 # Cython stuff
25 _jack_mixer.c
26 _jack_mixer.*.so
28 # recommended meson build directory
29 builddir/