summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 0f386f2aff062877abb69a5d998b7b73468720f1 (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
^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/|examples/)Makefile(\.in)?$
^examples/amqp_sendstring$
^examples/amqp_exchange_declare$
^examples/amqp_listen$