.hgignore
author ymh <ymh.work@gmail.com>
Mon, 02 May 2011 18:09:24 +0200
changeset 76 a0bf943e9163
parent 70 8e3281bcebc9
child 105 90284efeb233
permissions -rw-r--r--
correct sync script

syntax: glob
*.pyc

syntax: regexp
^web/.htaccess$
^web/blinkster/.htaccess$
^web/blinkster/config.py$
^web/log
^web/index
^web/static/media/ldt
^web/static/photologue

syntax: regexp
^web/static/media/videos$
syntax: regexp
^sbin/blinkster$
syntax: regexp
^web/static/media/photologue$
syntax: regexp
^sbin/blinkster-boot\.py$
syntax: regexp
^sbin/bvenv$
^sbin/bvenv2$
syntax: regexp

syntax: regexp
^virtualenv/web/env/.*

syntax: regexp
^web/static/media/photologue\.zip$
syntax: regexp
^virtualenv/web/project-boot\.py$