From: Dustin Sallings Date: Thu, 4 Oct 2007 21:24:58 +0000 (-0700) Subject: Added an .hgignore file X-Git-Tag: 0.5~11^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=91afeb53761758ddfdafa2c88ef0057d479bb9bb;p=awesomized%2Flibmemcached Added an .hgignore file --- diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..b6b95ea4 --- /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$