Software /
code /
prosody
Annotate
.hgignore @ 3168:20c851616ade
Add the ability to have names in group files, by putting them with an = sign after the jid:
myname@mydomain.com=My Name
This is then passed on to rosters.
author | Jeff Mitchell <jeff@jefferai.org> |
---|---|
date | Fri, 28 May 2010 18:01:53 -0400 |
parent | 2905:b924d915c4d0 |
child | 3635:72f3619eeabd |
rev | line source |
---|---|
1296 | 1 syntax: glob |
2 .hgignore | |
3 data | |
4 local | |
5 www_files | |
6 html/* | |
7 prosody.lua | |
8 prosody.cfg.lua | |
2905
b924d915c4d0
.hgignore: Ignore prosody.version (thanks Florob)
Matthew Wild <mwild1@gmail.com>
parents:
1296
diff
changeset
|
9 prosody.version |
1296 | 10 config.unix |
11 *.patch | |
12 *.orig | |
13 *.rej | |
14 *.save | |
15 *~ | |
16 *.report | |
17 *.o | |
18 *.so | |
19 *.install | |
20 *.pid | |
21 *.log | |
22 *.err | |
23 *.debug |