view .hgignore @ 4828:98d235e28078

hg: adapt for changes in 3.2 and 3.3 Mercurial 3.2: - moved localrepo.pull to exchange.pull - removed __getitem__ from lazysets
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 16 Nov 2014 15:03:07 -0800
parents 24c0d584ba86
children 03bbd33bc084
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$
^rc.*\.ini$
^fabfile.py
^\.idea$