1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
# build system
.deps/
.libs/
autom4te.cache/
build-aux/
m4/
*.la
*.lo
*.o
*.tar.gz
/src/vtc/bench/bench
/src/vtc/bench/bench_qp
/src/vtc/bench/bench_ph
/src/coverage/
Makefile
Makefile.in
aclocal.m4
config.h
config.h.in
config.log
config.status
configure
libtool
stamp-h1
# test suite
*.log
*.trs
# vmodtool
vcc_*_if.[ch]
vmod_*.rst
# man
*.1
*_options.rst
*_synopsis.rst
vmod_*.3
ar-lib
compile
compile.guess
config.guess
config.h.in~
config.sub
configure~
depcomp
install-sh
ltmain.sh
missing
src/rnd_test
test-driver
src/vmod_vcs_version.txt
src/VSC_selector.c
src/VSC_selector.h
*.gcda
*.gcno
|