comparison .hgignore @ 343:b4157778d354

Added a ignore list
author lost@starbug
date Thu, 25 Mar 2010 20:51:34 -0600
parents
children 1c31e9005ff7
comparison
equal deleted inserted replaced
342:7b4123dce741 343:b4157778d354
1 syntax: glob
2 *~
3 *.o
4 lwasm/lwasm
5 lwlib/liblw.a
6 link-warning.h
7
8 syntax: regexp
9 /\.deps/
10
11 Makefile$
12 Makefile.in$
13 ^configure$
14 ^config.status$
15 ^config.log$
16 ^missing$
17 ^stamp-h1$
18 ^m4/.*.m4$
19 ^depcomp$
20 ^install-sh$
21 ^link-warning.h$
22 ^lib/.*\.[hc]$
23 ^lib/.*\.valgrind$
24 ^lib/Makefile.am$
25 ^autom4te.cache/
26 ^aclocal.m4$
27 ^config.guess$
28 ^config.h$
29 ^config.sub$
30 ^config.h.in$
31 ^lib/libgnu.a$