summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-26 23:21:23 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-04-26 23:21:23 +0100
commite1dec49d13caa05af05984af12f3e8354387f33f (patch)
tree8e83237174c0db0c7fd4e1b42ce7c8b3afb8b3ee /.hgignore
parentaf9315c575b8788b28bb3c5d959a9462b12b9a15 (diff)
downloadrabbitmq-c-github-ask-e1dec49d13caa05af05984af12f3e8354387f33f.tar.gz
Publication works!
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index 98bc7e3..23c4179 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,3 +1,5 @@
+^scratch$
+
^autom4te\.cache$
^aclocal\.m4$
^config\.(guess|log|status|sub|h\.in~?)$
@@ -6,12 +8,15 @@
^install-sh$
^ltmain.sh$
^missing$
+
(^|/)\.libs$
(^|/)\.deps$
\.(o|lo|la)$
-^librabbitmq/amqp_framing\.[ch]$
^config\.h$
^stamp-h1$
^libtool$
+^librabbitmq/amqp_framing\.[ch]$
+
^(|librabbitmq/|examples/)Makefile(\.in)?$
+^examples/amqp_sendstring$