view .hgignore @ 263:8dd8c3bdca7c

Fix stupid error with ' vs " handling os9 edition Thanks to David Ladd <dladd@realmspire.com> for the bug report and running some debugging to find the crash. Strings in C must be enclosed in ", not ' which is what was actually in the source code. I suppose that's what comes from coding while 9 parts asleep.
author William Astle <lost@l-w.ca>
date Tue, 05 Feb 2013 22:39:34 -0700
parents 68f41eaf44f2
children d2f04fa0103b f90c9b044220
line wrap: on
line source

\.exe$
\.o$
\.d$
\.a$
~$
\.orig$
/lwbasic$
/lwlink$
/lwobjdump$
/lwar$
/lwasm$
/lwcc/lwcc$
/lwcc/lwcpp$