.hgignore
author Mario Ferraro <fadinlight@gmail.com>
Sat, 08 Aug 2009 18:42:22 +0100
changeset 2738 5723f329d098
parent 2587 ec7818110fd2
permissions -rw-r--r--
Upgrade to jQuery library to 1.3.2 version. This will allow us to use also the new Event object (for example for publish/subscribe pattern) along with some plugins (like Colorbox) which work only with newer (>=1.3) jQuery versions. Some further testing is suggested.

# use glob syntax.
syntax: glob

*.pyc
*.zip
*~
.project
.pydevproject
app.yaml
build
tests/coverageResults
*,cover
tests/.coverage
*.git
*.egg-info
eggs
parts
.installed.cfg
bin
develop-eggs
.gitignore
.DS_Store
.settings