Files @ 717ccea6df18
Branch filter:

Location: kallithea/.hgignore

Marcin Kuzminski
fixed some very strange issue with htmlfill import - don't know why but this needs to be imported as separate module
syntax: glob
*.pyc
*.swp

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