<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[Freeswitch-trunk][17220] </title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<div id="header">FreeSWITCH Subversion</div>
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://fisheye.freeswitch.org/changelog/FreeSWITCH?cs=17220">17220</a></dd>
<dt>Author</dt> <dd>tc</dd>
<dt>Date</dt> <dd>2010-04-05 18:17:43 -0500 (Mon, 05 Apr 2010)</dd>
</dl>
<h3>Log Message</h3>
<pre>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:"</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#freeswitchtrunkgitignore">freeswitch/trunk/.gitignore</a></li>
<li><a href="#freeswitchtrunklibsgitignore">freeswitch/trunk/libs/.gitignore</a></li>
<li><a href="#freeswitchtrunklibsunimrcpgitignore">freeswitch/trunk/libs/unimrcp/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcgitignore">freeswitch/trunk/src/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcmodgitignore">freeswitch/trunk/src/mod/.gitignore</a></li>
</ul>
<h3>Added Paths</h3>
<ul>
<li><a href="#freeswitchtrunksrcmodapplicationsmod_distributorgitignore">freeswitch/trunk/src/mod/applications/mod_distributor/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcmodapplicationsmod_snapshotgitignore">freeswitch/trunk/src/mod/applications/mod_snapshot/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcmodapplicationsmod_vmdgitignore">freeswitch/trunk/src/mod/applications/mod_vmd/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcmodasr_ttsmod_tts_commandlinegitignore">freeswitch/trunk/src/mod/asr_tts/mod_tts_commandline/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcmodendpointsmod_gsmopengitignore">freeswitch/trunk/src/mod/endpoints/mod_gsmopen/.gitignore</a></li>
<li><a href="#freeswitchtrunksrcmodevent_handlersmod_event_testgitignore">freeswitch/trunk/src/mod/event_handlers/mod_event_test/.gitignore</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="freeswitchtrunkgitignore"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/.gitignore (17219 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/.gitignore        2010-04-05 22:42:25 UTC (rev 17219)
+++ freeswitch/trunk/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -8,10 +8,10 @@
</span><span class="cx"> .deps
</span><span class="cx"> .\#*
</span><span class="cx"> \#*
</span><del>-Debug/
-Release/
-All/
-bin/
</del><ins>+/Debug/
+/Release/
+/All/
+/bin/
</ins><span class="cx"> *.user
</span><span class="cx"> *.suo
</span><span class="cx"> *.ncb
</span><span class="lines">@@ -26,32 +26,35 @@
</span><span class="cx"> *.manifest
</span><span class="cx"> *.dep
</span><span class="cx"> *.dll
</span><del>-BuildLog.htm
-Path
-w32/Library/lastversion
-w32/Library/tmpVersion.Bat
-.version
-AUTHORS
-COPYING
-ChangeLog
-Makefile
-Makefile.in
-NEWS
-README
</del><ins>+/BuildLog.htm
+/Path
+/w32/Library/lastversion
+/w32/Library/tmpVersion.Bat
+!/w32/Console/FreeSwitchConsole.vcproj.user
+!/w32/Setup/inno_setup/vcredist_x64.exe
+!/w32/Setup/inno_setup/vcredist_x86.exe
+/.version
+/AUTHORS
+/COPYING
+/ChangeLog
+/Makefile
+/Makefile.in
+/NEWS
+/README
</ins><span class="cx"> aclocal.m4
</span><span class="cx"> autom4te.cache
</span><del>-build/Makefile
-build/Makefile.in
-build/config/compile
-build/config/config.guess
-build/config/depcomp
-build/config/install-sh
-build/config/ltmain.sh
-build/config/missing
-build/freeswitch.pc
-build/getlib.sh
-build/getsounds.sh
-build/modmake.rules
</del><ins>+/build/Makefile
+/build/Makefile.in
+/build/config/compile
+/build/config/config.guess
+/build/config/depcomp
+/build/config/install-sh
+/build/config/ltmain.sh
+/build/config/missing
+/build/freeswitch.pc
+/build/getlib.sh
+/build/getsounds.sh
+/build/modmake.rules
</ins><span class="cx"> config.cache
</span><span class="cx"> config.log
</span><span class="cx"> config.status
</span><span class="lines">@@ -61,7 +64,7 @@
</span><span class="cx"> fs_cli
</span><span class="cx"> fs_ivrd
</span><span class="cx"> libtool
</span><del>-modules.conf
</del><ins>+/modules.conf
</ins><span class="cx"> quiet_libtool
</span><span class="cx"> scripts/fsxs
</span><span class="cx"> scripts/gentls_cert
</span></span></pre></div>
<a id="freeswitchtrunklibsgitignore"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/libs/.gitignore (17219 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/libs/.gitignore        2010-04-05 22:42:25 UTC (rev 17219)
+++ freeswitch/trunk/libs/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -437,6 +437,8 @@
</span><span class="cx"> portaudio/ltmain.sh
</span><span class="cx"> portaudio/missing
</span><span class="cx"> portaudio/portaudio-2.0.pc
</span><ins>+!/portaudio/bindings/cpp/build/gnu/aclocal.m4
+!/portaudio/bindings/cpp/build/gnu/configure
</ins><span class="cx"> silk/Makefile
</span><span class="cx"> silk/Makefile.in
</span><span class="cx"> silk/aclocal.m4
</span><span class="lines">@@ -1027,6 +1029,8 @@
</span><span class="cx"> unimrcp/platforms/umc/umc
</span><span class="cx"> unimrcp/platforms/unimrcp-client/unimrcpclient
</span><span class="cx"> unimrcp/platforms/unimrcp-server/unimrcpserver
</span><ins>+!/unimrcp/configure.gnu
+!/unimrcp/build/tools/unimrcpservice.exe.manifest
</ins><span class="cx"> yaml/config.h
</span><span class="cx"> yaml/stamp-h1
</span><span class="cx"> yaml/tests/example-deconstructor
</span><span class="lines">@@ -1038,6 +1042,8 @@
</span><span class="cx"> yaml/tests/run-loader
</span><span class="cx"> yaml/tests/run-parser
</span><span class="cx"> yaml/tests/run-scanner
</span><ins>+!/yaml/aclocal.m4
+!/yaml/configure
</ins><span class="cx"> Communicator_semi_40.cd_semi_6000/
</span><span class="cx"> libogg-1.1.3/
</span><span class="cx"> pthreads-w32-2-7-0-release/
</span></span></pre></div>
<a id="freeswitchtrunklibsunimrcpgitignore"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/libs/unimrcp/.gitignore (17219 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/libs/unimrcp/.gitignore        2010-04-05 22:42:25 UTC (rev 17219)
+++ freeswitch/trunk/libs/unimrcp/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -1,4 +1 @@
</span><span class="cx"> .svn
</span><del>-.gitignore
-.update
-configure.gnu
</del></span></pre></div>
<a id="freeswitchtrunksrcgitignore"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/src/.gitignore (17219 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/.gitignore        2010-04-05 22:42:25 UTC (rev 17219)
+++ freeswitch/trunk/src/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-Makefile
-Makefile.in
-include/stamp-h1
-include/switch_am_config.h
-include/switch_private.h
-include/switch_private.h.in
-include/switch_swigable_cpp.h
-include/switch_version.h
-include/switch_version.h.in
</del><ins>+/Makefile
+/Makefile.in
+/include/stamp-h1
+/include/switch_am_config.h
+/include/switch_private.h
+/include/switch_private.h.in
+/include/switch_swigable_cpp.h
+/include/switch_version.h
+/include/switch_version.h.in
</ins></span></pre></div>
<a id="freeswitchtrunksrcmodgitignore"></a>
<div class="modfile"><h4>Modified: freeswitch/trunk/src/mod/.gitignore (17219 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/.gitignore        2010-04-05 22:42:25 UTC (rev 17219)
+++ freeswitch/trunk/src/mod/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -1,5 +1,5 @@
</span><del>-Makefile
-Makefile.in
</del><ins>+/Makefile
+/Makefile.in
</ins><span class="cx"> applications/mod_commands/Makefile
</span><span class="cx"> applications/mod_conference/Makefile
</span><span class="cx"> applications/mod_dptools/Makefile
</span></span></pre></div>
<a id="freeswitchtrunksrcmodapplicationsmod_distributorgitignore"></a>
<div class="addfile"><h4>Added: freeswitch/trunk/src/mod/applications/mod_distributor/.gitignore (0 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/applications/mod_distributor/.gitignore         (rev 0)
+++ freeswitch/trunk/src/mod/applications/mod_distributor/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+Makefile
</ins></span></pre></div>
<a id="freeswitchtrunksrcmodapplicationsmod_snapshotgitignore"></a>
<div class="addfile"><h4>Added: freeswitch/trunk/src/mod/applications/mod_snapshot/.gitignore (0 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/applications/mod_snapshot/.gitignore         (rev 0)
+++ freeswitch/trunk/src/mod/applications/mod_snapshot/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+Makefile
</ins></span></pre></div>
<a id="freeswitchtrunksrcmodapplicationsmod_vmdgitignore"></a>
<div class="addfile"><h4>Added: freeswitch/trunk/src/mod/applications/mod_vmd/.gitignore (0 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/applications/mod_vmd/.gitignore         (rev 0)
+++ freeswitch/trunk/src/mod/applications/mod_vmd/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+Makefile
</ins></span></pre></div>
<a id="freeswitchtrunksrcmodasr_ttsmod_tts_commandlinegitignore"></a>
<div class="addfile"><h4>Added: freeswitch/trunk/src/mod/asr_tts/mod_tts_commandline/.gitignore (0 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/asr_tts/mod_tts_commandline/.gitignore         (rev 0)
+++ freeswitch/trunk/src/mod/asr_tts/mod_tts_commandline/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+Makefile
</ins></span></pre></div>
<a id="freeswitchtrunksrcmodendpointsmod_gsmopengitignore"></a>
<div class="addfile"><h4>Added: freeswitch/trunk/src/mod/endpoints/mod_gsmopen/.gitignore (0 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/endpoints/mod_gsmopen/.gitignore         (rev 0)
+++ freeswitch/trunk/src/mod/endpoints/mod_gsmopen/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+!/gsmlib/gsmlib-*/aclocal.m4
+!/gsmlib/gsmlib-*/configure
</ins></span></pre></div>
<a id="freeswitchtrunksrcmodevent_handlersmod_event_testgitignore"></a>
<div class="addfile"><h4>Added: freeswitch/trunk/src/mod/event_handlers/mod_event_test/.gitignore (0 => 17220)</h4>
<pre class="diff"><span>
<span class="info">--- freeswitch/trunk/src/mod/event_handlers/mod_event_test/.gitignore         (rev 0)
+++ freeswitch/trunk/src/mod/event_handlers/mod_event_test/.gitignore        2010-04-05 23:17:43 UTC (rev 17220)
</span><span class="lines">@@ -0,0 +1 @@
</span><ins>+Makefile
</ins></span></pre>
</div>
</div>
<div id="footer">See you at ClueCon</div>
</body>
</html>