summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 325dba1fe29164195aebe2b6642c494ad8fc050d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
^scratch$

^autom4te\.cache$
^aclocal\.m4$
^config\.(guess|log|status|sub|h\.in~?)$
^configure$
^depcomp$
^install-sh$
^ltmain.sh$
^missing$

(^|/)\.libs$
(^|/)\.deps$
\.(o|lo|la)$
^config\.h$
^stamp-h1$
^libtool$

^librabbitmq/amqp_framing\.[ch]$

^(|librabbitmq/|tests/|examples/)Makefile(\.in)?$
^tests/test_tables$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
^examples/amqp_listen$
^examples/amqp_producer$
^examples/amqp_consumer$