view .hgignore @ 5054:74b5e0318d4e stable

compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim
author Andrew Shadura <andrew@shadura.me>
date Tue, 21 Apr 2015 19:04:12 +0200
parents 7d6c4bd58abd
children 9885bbacf99c
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.mo

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$