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:"
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13794 d0543943-73ff-0310-b7d9-9358b9ac24b2
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13791 d0543943-73ff-0310-b7d9-9358b9ac24b2