Files @ 62ad5f2c474e
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
top menu: use 'Repositories' instead of down arrow

- both to be consistent with other menu items and to give a stronger hint than
two abstract symbols.
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$