.hgignore
author cavaliet
Tue, 22 Mar 2011 12:35:29 +0100
changeset 46 ba02faf089df
parent 30 83f4abc7568f
child 48 ef3a8cfef2bc
permissions -rw-r--r--
Update media adding, to allow youtube import, and display the thumbnail when we paste the youtube url.


syntax: regexp
^web/index$
syntax: regexp
^web/log$
syntax: regexp
^virtualenv/web/env/
syntax: regexp
.*\.pyc$

syntax: regexp
^virtualenv/web/project-boot\.py$
syntax: regexp
^web/ldtplatform/config\.py$
^web/ldtplatform/\.htaccess$
^web/\.htaccess$

syntax: regexp
^virtualenv/web/distribute-0\.6\.14\.tar\.gz$
syntax: regexp
^src/ldt/Ldt\.egg-info$
syntax: regexp
^src/ldt/dist$

syntax: regexp
^web/static/media/ldt$
syntax: regexp
^virtualenv/setup/project-boot\.py$
syntax: regexp
^virtualenv/setup/env/

syntax: regexp
^src/ldt/build$
syntax: regexp
^src/ldt/ldt\.egg-info$