.hgignore
author ymh <ymh.work@gmail.com>
Thu, 29 Nov 2012 15:57:49 +0100
changeset 1 5778de052a1b
parent 0 87104b7cb3d6
child 13 495b3534a976
permissions -rw-r--r--
- update virtualenv - allow the use of runcserver - add a conf folder to hold web server config - update fabric


syntax: regexp
^web/index$
^web/log$
^virtualenv/web/env/
.*\.pyc$
^virtualenv/web/project-boot\.py$
^src/ldtplatform/config\.py$
^src/ldtplatform/config\.py\.old$
^src/ldtplatform/\.htaccess$
^web/\.htaccess$
^virtualenv/web/distribute-0\.6\.14\.tar\.gz$
^web/static/media/ldt$
^web/static/site/admin$
^web/static/site/ldt$
^\.pydevproject$
^web/static/media/cache$
^\.settings/org\.eclipse\.core\.resources\.prefs$
^web/static/media/thumbnails$
^virtualenv/sync/env
^sbin/sync/config\.py$
^virtualenv/sync/project-boot\.py$
^web/\.htusers$
\.DS_Store$
^run