view .hgignore @ 4711:ee2993beec85

javascripts: remove YUQ in kallithea/templates/changelog/changelog.html
author Takumi IINO <trot.thunder@gmail.com>
date Sat, 29 Nov 2014 16:46:53 +0900
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$