Added tag .11 for changeset 8d16fe8ee085
[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
21
22 Makefile(.in)?$
23 .(deps|libs)$
24 \.l?o$
25
26 # Generated man files
27 \.1$
28 \.3$
29
30 # Merged files
31 \.orig$