MEMCACHED_VERSION_STRING changed _back_ to LIBMEMCACHED_VERSION_STRING
[m6w6/libmemcached] / .hgignore
index ff7c01f6803024c072e6a951de3a5ec64dd90546..cd363e7a47bb2ab981807bc358cba8c612ba3034 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -7,11 +7,22 @@
 ^libtool$
 ^autom4te.cache$
 ^include/(libmemcached_config.h(.in)?|stamp-h1)$
+^stamp-h1$
+^lib/libmemcachedPlus.la$
+^tests/testplus$
+
 
 # Build artifacts
 ^lib/libmemcached.la$
-^src/mem(cat|cp|flush|rm|slap|stat)$
+^src/mem(cat|cp|flush|rm|slap|stat|error)$
 ^tests/testapp$
+.(deps|libs)/*$
+.cmp$
+autom4te.cache/*$
+.(gz|cmp|tar|rpm|srpm)$
+support/libmemcached.pc$
+support/libmemcached.spec$
+
 
 Makefile(.in)?$
 .(deps|libs)$
@@ -20,3 +31,6 @@ Makefile(.in)?$
 # Generated man files
 \.1$
 \.3$
+
+# Merged files
+\.orig$