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