Files @ a540f7e69c82
Branch filter:

Location: kallithea/.hgignore

Bradley M. Kuhn
Rename rhodecode_name to site_name - it is the configurable name of the site/instance
syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

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