annotate .hgignore @ 165:27de4f31f9d5

Add from __future__ import with_statement The running Agora instance is using Python 2.5, and the with statement needs a future import for 2.5
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 17 Oct 2012 10:29:14 -0400
parents c7be7def8b57
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
64
29802e95fe96 Added some masks to the ignore, leaves out things not implemented properly yet.
rettaw
parents: 34
diff changeset
1 syntax: regexp
29802e95fe96 Added some masks to the ignore, leaves out things not implemented properly yet.
rettaw
parents: 34
diff changeset
2 .*\.pyc
34
22d514498935 Move the configurable parts of settings.py into a conf file
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 0
diff changeset
3 agora.sqlite
22d514498935 Move the configurable parts of settings.py into a conf file
Jordi Gutiérrez Hermoso <jordigh@gmail.com>
parents: 0
diff changeset
4 agora.conf
64
29802e95fe96 Added some masks to the ignore, leaves out things not implemented properly yet.
rettaw
parents: 34
diff changeset
5
29802e95fe96 Added some masks to the ignore, leaves out things not implemented properly yet.
rettaw
parents: 34
diff changeset
6 .*\.swp$
66
9074b0c48684 added ignore rule for .swo files
rettaw
parents: 64
diff changeset
7 .*\.swo$
64
29802e95fe96 Added some masks to the ignore, leaves out things not implemented properly yet.
rettaw
parents: 34
diff changeset
8 ^Honza.*/
82
6da61f3f83fe Add fabfile.py to .hgignore
dellsystem <ilostwaldo@gmail.com>
parents: 66
diff changeset
9 fabfile.py
109
a66c7907751b Add .git to .hgignore
dellsystem <ilostwaldo@gmail.com>
parents: 82
diff changeset
10 .git
151
c7be7def8b57 Bundles! (basic functionality)
dellsystem <ilostwaldo@gmail.com>
parents: 109
diff changeset
11 tmp/bundles/*