Wednesday, August 12, 2009

Basic .hgignore for web2py

This should do the trick!

syntax: glob
*.pyc

syntax: regexp
^errors
^languages
^sessions
^static/output
^cache
^cron

1 comment:

Carl Hunter-Roach said...

this page is perhaps more comprehensive:

http://code.google.com/p/web2py/source/browse/.hgignore

Pyjamas