view .hgignore @ 4977:0c4f2c53ea4c

contributors: update list of contributors since last release
author Mads Kiilerich <madski@unity3d.com>
date Mon, 06 Apr 2015 21:46:22 +0200
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$