view .hgignore @ 4921:24e426cd40ac

README: link to readthedocs.org rather than python.org for documentation The documentation at readthedocs.org is up-to-date with the latest revision, while python.org shows the latest release.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 14 Mar 2015 21:50:44 +0100
parents 03bbd33bc084
children 7d6c4bd58abd
line wrap: on
line source

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$
^my\.ini$
^fabfile.py
^\.idea$