FreeCalypso > hg > rtp-debug-utils
diff .hgignore @ 10:e686bc92c7d8
revamp for new subdir structure and configure script
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 15 May 2024 01:44:46 +0000 |
parents | c00510e1ae8b |
children | 8b047c9bfe5f |
line wrap: on
line diff
--- a/.hgignore Sun Mar 10 02:27:37 2024 +0000 +++ b/.hgignore Wed May 15 01:44:46 2024 +0000 @@ -1,13 +1,15 @@ syntax: regexp \.[oa]$ +^config\.defs$ -^rtp-cont-check$ -^rtp-g711-extr$ -^rtp-gsmfr-dump$ -^rtp-gsmfr-extr$ -^rtp-jitter-view$ -^rtp-stream-dump$ -^rtp-stream-gen$ -^rtp-tfo-trace$ -^udp-test-sink$ +^net-traffic/rtp-stream-gen$ +^net-traffic/udp-test-sink$ + +^pcap-study/rtp-cont-check$ +^pcap-study/rtp-g711-extr$ +^pcap-study/rtp-gsmfr-dump$ +^pcap-study/rtp-gsmfr-extr$ +^pcap-study/rtp-jitter-view$ +^pcap-study/rtp-stream-dump$ +^pcap-study/rtp-tfo-trace$