Files @ 2ad50c44b025
Branch filter:

Location: kallithea/.hgignore

Indra Talip
when indexing changesets use the raw_id to locate the point from
which to start indexing rather than the revision which can be unreliable.
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
Paste*.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$