.hgignore
author ymh <ymh.work@gmail.com>
Tue, 12 Jul 2011 14:46:28 +0200
changeset 94 3fa9df5ae402
parent 72 ba8ebabbaece
child 114 c59383cc9940
permissions -rw-r--r--
add link to admin interface if staff user


syntax: glob
virtualenv/web/env/*
*.pyc

syntax: regexp
^web/hdabo/config\.py$
^web/hdabo/.htaccess$

syntax: regexp
^web/static/site$
\.DS_Store
syntax: regexp
^virtualenv/web/project-boot\.py$
syntax: regexp
^web/index/.*$

syntax: regexp
^virtualenv/res/src/south$
syntax: regexp
\.sh$