X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.hgignore;h=cd363e7a47bb2ab981807bc358cba8c612ba3034;hb=9cfc3faa3f8471083350cecce7e49114ce827c89;hp=b6b95ea46fa431684de442e1e328903b5edac796;hpb=735295f0989edbd884a2c3935d1219a59ebe5698;p=awesomized%2Flibmemcached diff --git a/.hgignore b/.hgignore index b6b95ea4..cd363e7a 100644 --- 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,30 @@ ^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)$ \.l?o$ + +# Generated man files +\.1$ +\.3$ + +# Merged files +\.orig$