repo.or.cz
/
jack_mixer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make output channel color a property
[jack_mixer.git]
/
.gitignore
blob
dd6cc4f1d7c5147f102da52f33c42d9b0e0b16bb
1
# binaries
2
jack_mix_box
3
*.lo
4
*.la
5
*.o
6
7
# Mixer configuration files
8
*.xml
9
*.geany
10
11
# general Python stuff
12
*.pyc
13
__pycached__/
14
15
# distutils / setuptools
16
build/
17
dist/
18
*.egg-info
19
20
# Cython stuff
21
_jack_mixer.c
22
_jack_mixer.*.so
23
24
# recommended meson build directory
25
builddir/