JANITOR-10
This commit is contained in:
parent
8049194488
commit
e38156f182
|
@ -83,6 +83,7 @@ core.*
|
||||||
/build/config/missing
|
/build/config/missing
|
||||||
/build/freeswitch.pc
|
/build/freeswitch.pc
|
||||||
/build/getlib.sh
|
/build/getlib.sh
|
||||||
|
/build/getg729.sh
|
||||||
/build/getsounds.sh
|
/build/getsounds.sh
|
||||||
/build/Makefile
|
/build/Makefile
|
||||||
/build/Makefile.in
|
/build/Makefile.in
|
||||||
|
@ -104,6 +105,7 @@ core.*
|
||||||
/libs/freetdm/testtones
|
/libs/freetdm/testtones
|
||||||
/libs/fsg729-*-installer
|
/libs/fsg729-*-installer
|
||||||
/libs/g729/
|
/libs/g729/
|
||||||
|
/libs/libcodec2/compile
|
||||||
/libs/libcodec2/config.guess
|
/libs/libcodec2/config.guess
|
||||||
/libs/libcodec2/config.sub
|
/libs/libcodec2/config.sub
|
||||||
/libs/libcodec2/configure
|
/libs/libcodec2/configure
|
||||||
|
@ -118,6 +120,7 @@ core.*
|
||||||
/libs/libcodec2/src/Makefile.in
|
/libs/libcodec2/src/Makefile.in
|
||||||
/libs/libcodec2/unittest/Makefile
|
/libs/libcodec2/unittest/Makefile
|
||||||
/libs/libcodec2/unittest/Makefile.in
|
/libs/libcodec2/unittest/Makefile.in
|
||||||
|
/libs/mpg123-1.13.2/
|
||||||
|
|
||||||
/scripts/fsxs
|
/scripts/fsxs
|
||||||
/scripts/gentls_cert
|
/scripts/gentls_cert
|
||||||
|
@ -147,3 +150,8 @@ core.*
|
||||||
/src/mod/say/mod_say_th/Makefile
|
/src/mod/say/mod_say_th/Makefile
|
||||||
/src/mod/say/mod_say_zh/Makefile
|
/src/mod/say/mod_say_zh/Makefile
|
||||||
|
|
||||||
|
BuildLog.htm
|
||||||
|
/w32/Console/Debug/
|
||||||
|
/w32/Console/Release/
|
||||||
|
/w32/Library/Debug/
|
||||||
|
/w32/Library/Release/
|
||||||
|
|
|
@ -1104,3 +1104,26 @@
|
||||||
/tiff-3.8.2/a.out.dSYM/
|
/tiff-3.8.2/a.out.dSYM/
|
||||||
/tiff-3.8.2/tiff-Makefile.tgz
|
/tiff-3.8.2/tiff-Makefile.tgz
|
||||||
/unimrcp/a.out.dSYM/
|
/unimrcp/a.out.dSYM/
|
||||||
|
/esl/fs_cli.dSYM/
|
||||||
|
/esl/ivrd.dSYM/
|
||||||
|
/esl/testclient.dSYM/
|
||||||
|
/esl/testserver.dSYM/
|
||||||
|
|
||||||
|
/openssl-1.0.0a/
|
||||||
|
/esl/Debug/
|
||||||
|
/esl/Release/
|
||||||
|
/freetdm/msvc/Release/
|
||||||
|
/freetdm/msvc/Debug/
|
||||||
|
|
||||||
|
/spandsp/src/msvc/All/BuildLog make_at_dictionary.htm
|
||||||
|
/spandsp/src/msvc/All/BuildLog make_modem_filter.htm
|
||||||
|
|
||||||
|
/spandsp/src/Debug/BuildLog libspandsp.htm
|
||||||
|
/spandsp/src/Debug/BuildLog libtiff.htm
|
||||||
|
/win32/Debug/BuildLog*.htm
|
||||||
|
|
||||||
|
/spandsp/src/Release/BuildLog libspandsp.htm
|
||||||
|
/spandsp/src/Release/BuildLog libtiff.htm
|
||||||
|
/win32/Release/BuildLog*.htm
|
||||||
|
|
||||||
|
/win32/tmp*.bat
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
/endpoints/mod_portaudio/Makefile.in
|
/endpoints/mod_portaudio/Makefile.in
|
||||||
/endpoints/mod_skinny/Makefile
|
/endpoints/mod_skinny/Makefile
|
||||||
/endpoints/mod_skinny/Makefile.in
|
/endpoints/mod_skinny/Makefile.in
|
||||||
|
/endpoints/mod_skinny/mod_skinny.log
|
||||||
/endpoints/mod_skypopen/Makefile
|
/endpoints/mod_skypopen/Makefile
|
||||||
/endpoints/mod_skypopen/Makefile.in
|
/endpoints/mod_skypopen/Makefile.in
|
||||||
/endpoints/mod_sofia/Makefile
|
/endpoints/mod_sofia/Makefile
|
||||||
|
|
Loading…
Reference in New Issue