From 91afeb53761758ddfdafa2c88ef0057d479bb9bb Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Thu, 4 Oct 2007 14:24:58 -0700 Subject: [PATCH] Added an .hgignore file --- .hgignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .hgignore 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$ -- 2.30.2