freeswitch/src/mod/applications/mod_distributor
Travis Cross db26c65ea7 Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
Check for files that we are accidentally ignoring:

  git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"

Check for files that we might want to ignore:

  git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
..
.gitignore Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree. 2010-04-05 23:17:43 +00:00
mod_distributor.2008.vcproj add mod_distributor 2009-11-11 02:19:44 +00:00
mod_distributor.c mod_distributor: Fix segfault when no node are added, and add the support to have a single node with total weight of 1 only 2010-02-27 16:24:09 +00:00