view .hgignore @ 3468:bbd72d82060a

moved out password reset tasks from celery, it doesn't make any sense to keep them there, additionally they are broken in when executing _(), and url() calls. This fixes issue #572
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 25 Feb 2013 21:27:52 +0100
parents a5f0bc867edc
children 5293d4bbb1ea
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^rhodecode\.db$
^test\.db$
^RhodeCode\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.rhodecode$