# HG changeset patch # User cavaliet # Date 1371738203 -7200 # Node ID fc4808437c9e898e6d400fd5578a99a0a4985719 # Parent 8d774f0b61824277321eb307bb34308cfcd18d27 add ignore config diff -r 8d774f0b6182 -r fc4808437c9e .hgignore --- a/.hgignore Thu Jun 20 16:09:24 2013 +0200 +++ b/.hgignore Thu Jun 20 16:23:23 2013 +0200 @@ -24,4 +24,6 @@ syntax: regexp ^\.settings$ syntax: regexp -^run/log/log\.txt$ \ No newline at end of file +^run/log/log\.txt$ +syntax: regexp +^sbin/sync/config\.py$ \ No newline at end of file