Files @ 87ec80c280bb
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
fixed issues with python2.5
added compat module to rhodecode to have one point of fetching backward incompatible libs.
syntax: glob
*.pyc
*.swp

syntax: regexp
^build
^docs/build/
^docs/_build/
^data$
^\.settings$
^\.project$
^\.pydevproject$
^rhodecode\.db$
^test\.db$
^repositories\.config$
^RhodeCode\.egg-info$