annotate .hgignore @ 209:4033ebe1867f

Add ability to download files This makes use of a new model (BundleVersion) to keep track of the locations on disk of the original uploads for each version. This will require some manual processing to get it working for existing bundles, since the information needed isn't being stored at the moment.
author dellsystem <ilostwaldo@gmail.com>
date Sun, 17 Feb 2013 14:57:39 -0500
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/*