summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-25 19:41:56 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-25 19:41:56 +0100
commit67970c9c56ebd49b57e61d50255b04fa1ac7d27d (patch)
treeec02d63a0a7b8f31b7a0c0426eeaab25f5884e1f /.hgignore
parent8bf174bc0a3d682ff9c8c11435008f1adf3c288f (diff)
downloadrabbitmq-c-github-ask-67970c9c56ebd49b57e61d50255b04fa1ac7d27d.tar.gz
Codegen, codec
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.hgignore b/.hgignore
index 1863fe8..98bc7e3 100644
--- a/.hgignore
+++ b/.hgignore
@@ -8,9 +8,10 @@
^missing$
(^|/)\.libs$
(^|/)\.deps$
-\.(o|lo)$
+\.(o|lo|la)$
^librabbitmq/amqp_framing\.[ch]$
-^Makefile(\.in)?$
-^librabbitmq/Makefile(\.in)?$
^config\.h$
+^stamp-h1$
^libtool$
+
+^(|librabbitmq/|examples/)Makefile(\.in)?$