view .hgignore @ 4619:b5795554c2ca

icon-remove: use new icon-minus-circled instead To remove the css that set the background of the submit input (h.submit), the element needed to be changed to <button>.
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 30 Oct 2014 11:57:26 -0700
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$