Added an .hgignore file
authorDustin Sallings <dustin@spy.net>
Thu, 4 Oct 2007 21:24:58 +0000 (14:24 -0700)
committerDustin Sallings <dustin@spy.net>
Thu, 4 Oct 2007 21:24:58 +0000 (14:24 -0700)
.hgignore [new file with mode: 0644]

diff --git a/.hgignore b/.hgignore
new file mode 100644 (file)
index 0000000..b6b95ea
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,17 @@
+# Exact paths to config junk
+^aclocal.m4$
+^configure$
+^config/(config.guess|config.sub|depcomp|install-sh|ltmain.sh|missing)$
+^config.(log|status)$
+^libtool$
+^autom4te.cache$
+^include/(libmemcached_config.h(.in)?|stamp-h1)$
+
+# Build artifacts
+^lib/libmemcached.la$
+^src/mem(cat|cp|flush|rm|slap|stat)$
+^tests/testapp$
+
+Makefile(.in)?$
+.(deps|libs)$
+\.l?o$