Mercurial > hg-old > index.cgi
annotate .hgignore @ 448:5cccf90bf838 3.0 tip
Fixed bug with complex external references generating invalid relocations in the object file
author | lost@l-w.ca |
---|---|
date | Fri, 05 Nov 2010 22:27:00 -0600 |
parents | 2a94b2e64621 |
children |
rev | line source |
---|---|
343 | 1 syntax: glob |
2 *~ | |
3 *.o | |
4 lwasm/lwasm | |
378
1c31e9005ff7
Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents:
343
diff
changeset
|
5 lwlink/lwlink |
1c31e9005ff7
Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents:
343
diff
changeset
|
6 lwlink/lwobjdump |
1c31e9005ff7
Brought forward lwlink, lwar, and lwobjdump along with some misc junk
lost@starbug
parents:
343
diff
changeset
|
7 lwar/lwar |
343 | 8 lwlib/liblw.a |
408 | 9 lwdisasm/lwdisasm |
343 | 10 link-warning.h |
11 | |
12 syntax: regexp | |
13 /\.deps/ | |
14 | |
15 Makefile$ | |
16 Makefile.in$ | |
17 ^configure$ | |
18 ^config.status$ | |
19 ^config.log$ | |
20 ^missing$ | |
21 ^stamp-h1$ | |
22 ^m4/.*.m4$ | |
23 ^depcomp$ | |
24 ^install-sh$ | |
25 ^link-warning.h$ | |
26 ^lib/.*\.[hc]$ | |
27 ^lib/.*\.valgrind$ | |
28 ^lib/Makefile.am$ | |
29 ^autom4te.cache/ | |
30 ^aclocal.m4$ | |
31 ^config.guess$ | |
32 ^config.h$ | |
33 ^config.sub$ | |
34 ^config.h.in$ | |
35 ^lib/libgnu.a$ |