annotate .hgignore @ 193:fe51ec4eccc1

Added necessary css and Javascript code for the comment system
author ahsanalishahid <ahsan.ali.shahid@gmail.com>
date Tue, 02 Jul 2013 02:01:02 +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/*