annotate .hgignore @ 203:c5087ce140c9

modified snippets model file to add rating field. This series of updates should be applied carefully and south should be used so that it can add additional fields into the database without resetting the database
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Fri, 19 Jul 2013 22:11:52 +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/*