forked from Mirrors/freeswitch
79a5709362
Languages are installed at /usr/share/freeswitch/lang so that they can be referred to by the user's configuration in /etc/freeswitch. As a Debian package user isn't going to have access to `make vm-sync` these files need to be readily available somewhere.
32 lines
561 B
Plaintext
32 lines
561 B
Plaintext
# gitignore
|
|
/.stamp-bootstrap
|
|
/control
|
|
/control-modules.*
|
|
/files
|
|
/modules.conf
|
|
/modules_.conf
|
|
/freeswitch-autotools.install
|
|
/freeswitch-mod-*.install
|
|
/freeswitch-conf-*.install
|
|
/freeswitch-lang-*.install
|
|
/freeswitch-music-*.install
|
|
/freeswitch-sounds-*.install
|
|
/*.lintian-overrides
|
|
/*.log
|
|
/*.substvars
|
|
/*.debhelper
|
|
/tmp
|
|
/freeswitch/
|
|
/freeswitch-conf*/
|
|
/freeswitch-dbg/
|
|
/freeswitch-dev/
|
|
/freeswitch-doc/
|
|
/freeswitch-init*/
|
|
/freeswitch-meta*/
|
|
/freeswitch-mod-*/
|
|
/freeswitch-music*/
|
|
/freeswitch-sounds*/
|
|
/freeswitch-systemd/
|
|
/freeswitch-sysvinit/
|
|
/libfreeswitch*/
|