view .hgignore @ 4540:06604b360164

jquery: upgrade to 1.11.1 Downloaded with $ wget -N http://code.jquery.com/jquery-1.11.1.min.js The source is available at https://kallithea-scm.org/repos/mirror/jquery/ . We stay with 1.x to remain compatible with IE8. We no longer include the map file - it is no longer referenced from the js.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 24 Sep 2014 14:24:40 +0200
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$