Patch for "murmur" hash algorithm.
[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 ^stamp-h1$
11 ^lib/libmemcachedPlus.la$
12 ^tests/testplus$
13
14
15 # Build artifacts
16 ^lib/libmemcached.la$
17 ^src/mem(cat|cp|flush|rm|slap|stat|error)$
18 ^tests/testapp$
19 .(deps|libs)/*$
20 .cmp$
21 autom4te.cache/*$
22 .(gz|cmp|tar|rpm|srpm)$
23 support/libmemcached.pc$
24 support/libmemcached.spec$
25 docs/pod2htmd.tmp
26 docs/pod2htmi.tmp
27 lib/memcachedplus.loT
28 tests/atomsmasher
29 tests/startservers
30 tests/stopservers
31 tests/udptest
32
33
34
35 Makefile(.in)?$
36 .(deps|libs)$
37 \.l?o$
38
39 # Generated man files
40 \.1$
41 \.3$
42
43 # Merged files
44 \.orig$