public
Description: This is an implementation of the 0-8 version of AMQP for AS3.
Homepage:
Clone URL: git://github.com/0x6e6562/as3-amqp.git
Thu Oct 29 22:27:51 -0700 2009
0x6e6562 (committer)
Fri Oct 30 01:18:34 -0700 2009
as3-amqp / .hgignore
100644 12 lines (11 sloc) 0.122 kb
1
2
3
4
5
6
7
8
9
10
11
12
# use glob syntax.
syntax: glob
*.elc
*.pyc
*.DS_Store
*~
.*.swp
# switch to regexp syntax.
syntax: regexp
^\.pc/
^build/