diff --git a/.gitignore b/.gitignore index 25c5511823..1039628aeb 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,8 @@ TAGS /Debug/ /bin/ /Release/ +/ipch/ +/*.log /build/config/compile /build/config/config.guess diff --git a/libs/.gitignore b/libs/.gitignore index 7d63debbaa..5b0f00bde8 100644 --- a/libs/.gitignore +++ b/libs/.gitignore @@ -21,6 +21,8 @@ opal /*.tar.* +/*/*.dSYM/ + /apr/apr-1-config /apr/apr.exp /apr/build/apr_rules.mk @@ -581,6 +583,7 @@ opal /spandsp/test-data/Makefile.in /spandsp/tests/Makefile /spandsp/tests/Makefile.in +/spandsp/src/make_cielab_luts /speex/config.h /speex/include/Makefile /speex/include/Makefile.in diff --git a/src/mod/.gitignore b/src/mod/.gitignore index c4ba547b10..af97a2c162 100644 --- a/src/mod/.gitignore +++ b/src/mod/.gitignore @@ -28,6 +28,7 @@ /asr_tts/mod_unimrcp/Makefile /asr_tts/mod_unimrcp/Makefile.in /asr_tts/mod_unimrcp/mod_unimrcp.log +/asr_tts/mod_flite/*/*/mod_flite_manifest.rc /dialplans/mod_dialplan_asterisk/Makefile /dialplans/mod_dialplan_xml/Makefile /endpoints/mod_portaudio/Makefile @@ -42,6 +43,8 @@ /endpoints/mod_sofia/Makefile /endpoints/mod_sofia/Makefile.in /endpoints/mod_sofia/mod_sofia.log +/endpoints/mod_html5/Makefile +/endpoints/mod_html5/Makefile.in /event_handlers/mod_erlang_event/Makefile /event_handlers/mod_event_socket/Makefile /formats/mod_native_file/Makefile