summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-25 15:23:04 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-25 15:23:04 +0100
commit8bf174bc0a3d682ff9c8c11435008f1adf3c288f (patch)
tree8459cbf3aa335577bf71ac778200931c9667e19d /.hgignore
parentf21388d2c17dd248304e67da4751382eaa9078fc (diff)
downloadrabbitmq-c-github-ask-8bf174bc0a3d682ff9c8c11435008f1adf3c288f.tar.gz
Start work on codegen
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore9
1 files changed, 8 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 3e6fc12..1863fe8 100644
--- a/.hgignore
+++ b/.hgignore
@@ -6,4 +6,11 @@
^install-sh$
^ltmain.sh$
^missing$
-(^|/)Makefile\.in$
+(^|/)\.libs$
+(^|/)\.deps$
+\.(o|lo)$
+^librabbitmq/amqp_framing\.[ch]$
+^Makefile(\.in)?$
+^librabbitmq/Makefile(\.in)?$
+^config\.h$
+^libtool$