Hard to believe I documented the entire thing... this is a first.
[awesomized/libmemcached] / .hgignore
1 # Exact paths to config junk
2 ^aclocal.m4$
3 ^configure$
4 ^config/(config.guess|config.sub|depcomp|install-sh|ltmain.sh|missing)$
5 ^config.(log|status)$
6 ^libtool$
7 ^autom4te.cache$
8 ^include/(libmemcached_config.h(.in)?|stamp-h1)$
9
10 # Build artifacts
11 ^lib/libmemcached.la$
12 ^src/mem(cat|cp|flush|rm|slap|stat)$
13 ^tests/testapp$
14
15 Makefile(.in)?$
16 .(deps|libs)$
17 \.l?o$
18
19 # Generated man files
20 \.1$
21 \.3$