annotate .hgignore @ 1:e05dde97739d

include: legacy header files from themwi-rtp-mgr <themwi/rtp/pstn_defs.h> and <themwi/rtp/rtp_defs.h> will be populated by both the present package and themwi-rtp-mgr. Because of this duplicate definition, these two legacy headers have to be treated as essentially immutable. Why can't we drop these headers from themwi-rtp-mgr and make the present package their new (and single) official home? Answer: the present package depends on libosmocore, whereas themwi-rtp-mgr does not. We already have some programs that depend on themwi-rtp-mgr, use these headers, yet have no dependencies on Osmocom.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 07:49:30 +0000
parents 4277bc14f5bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4277bc14f5bf starting project with configure script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 syntax: regexp
4277bc14f5bf starting project with configure script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
4277bc14f5bf starting project with configure script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 \.[oa]$
4277bc14f5bf starting project with configure script
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 ^config\.defs$