Fixed a bug Cal found on null termination of a result for memcached_fetch()
[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
12 # Build artifacts
13 ^lib/libmemcached.la$
14 ^src/mem(cat|cp|flush|rm|slap|stat|error)$
15 ^tests/testapp$
16 .(deps|libs)/*$
17 .cmp$
18 autom4te.cache/*$
19 .(gz|cmp|tar|rpm|srpm)$
20 support/libmemcached.pc$
21 support/libmemcached.spec$
22
23
24 Makefile(.in)?$
25 .(deps|libs)$
26 \.l?o$
27
28 # Generated man files
29 \.1$
30 \.3$
31
32 # Merged files
33 \.orig$