Modifying behavior to bounce connection in the case of a bad value from
[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
26
27 Makefile(.in)?$
28 .(deps|libs)$
29 \.l?o$
30
31 # Generated man files
32 \.1$
33 \.3$
34
35 # Merged files
36 \.orig$