Files @ 6564d82e1469
Branch filter:

Location: kallithea/.hgignore

Mads Kiilerich
pull requests: add new "my" page, separate from "my account" and prominently shown in the page headers
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$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$