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