view .hgignore @ 4998:177ccc998b04

tests: Remove imported_from_test function AFAICT, this function is not used: $ ag imported_from_test kallithea/tests/nose_parametrized.py 144:def imported_from_test():
author Marc Abramowitz <marc@marc-abramowitz.com>
date Wed, 08 Apr 2015 13:48:30 -0700
parents 9885bbacf99c
children 19267f233d39
line wrap: on
line source

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

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$