Suggested change from Antony
[awesomized/libmemcached] / .hgignore
index b6b95ea46fa431684de442e1e328903b5edac796..dcab7dd66559d2d6ba28ce1cd4add5e4a1ceb3c6 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,4 +1,5 @@
 # Exact paths to config junk
+^INSTALL$
 ^aclocal.m4$
 ^configure$
 ^config/(config.guess|config.sub|depcomp|install-sh|ltmain.sh|missing)$
@@ -6,12 +7,27 @@
 ^libtool$
 ^autom4te.cache$
 ^include/(libmemcached_config.h(.in)?|stamp-h1)$
+^stamp-h1$
 
 # 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)$
 \.l?o$
+
+# Generated man files
+\.1$
+\.3$
+
+# Merged files
+\.orig$