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
Use 'fputs' instead of '(f)printf' to avoid -Wformat-security warnings
[jack_mixer.git]
/
.gitignore
blob
392e323734385a3a2584c1087fa0a6ff31bc2533
1
# binaries
2
jack_mix_box
3
*.lo
4
*.la
5
*.o
6
7
# generated man pages
8
jack_mix_box.1
9
jack_mixer.1
10
11
# Mixer configuration files
12
*.xml
13
14
# Geany editor project files
15
*.geany
16
17
# general Python stuff
18
*.pyc
19
__pycached__/
20
21
# distutils / setuptools
22
build/
23
dist/
24
*.egg-info
25
# wheels downloaded when build wheel
26
*.whl
27
28
# Cython stuff
29
_jack_mixer.c
30
_jack_mixer.*.so
31
32
# recommended meson build directory
33
builddir/
34
35
# i18n
36
data/locale/*/LC_MESSAGES/
37
data/locale/*.po~