# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1302177270 -7200 # Node ID 9cafe2c0fb8180caf60c393527b589beae5349f0 # Parent 04d2e318a2e4af0ce9435a72dbbc6b42a328e7b0 ignore config.php and preserve it in rsync diff -r 04d2e318a2e4 -r 9cafe2c0fb81 .hgignore --- a/.hgignore Thu Apr 07 13:52:33 2011 +0200 +++ b/.hgignore Thu Apr 07 13:54:30 2011 +0200 @@ -26,3 +26,6 @@ ^script/virtualenv/distribute-0\.6\.14\.tar\.gz$ syntax: regexp ^script/virtualenv/venv$ + +syntax: regexp +^web/config\.php$ \ No newline at end of file diff -r 04d2e318a2e4 -r 9cafe2c0fb81 sbin/sync/sync_live --- a/sbin/sync/sync_live Thu Apr 07 13:52:33 2011 +0200 +++ b/sbin/sync/sync_live Thu Apr 07 13:54:30 2011 +0200 @@ -11,6 +11,7 @@ if [ -d ~/tmp/tweet_live_V$1 ]; then cat <