view .hgignore @ 6781:9b9258f5e2b2 stable

Added tag 0.3.3 for changeset 64ea7ea09236 Added signature for changeset 64ea7ea09236
author Andrew Shadura <andrew@shadura.me>
date Wed, 26 Jul 2017 20:23:13 +0200
parents bfa66e8887d7
children 9358211ee144
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$
^kallithea/tests/data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^my\.ini$
^fabfile.py
^\.idea$
^\.cache$