view .hgignore @ 446:818b096ac128

Add a fix and an improvement to gcc6809 patch Thanks to Mark R V Murray <mark@grondar.org> for a fix to gcc6809 which fixes a lingering as6809ism (= instead of equ and whitespace before the symbol). Also change the bit that is supposed to fill space with NULs to use zmb instead of a sequence of byte and word definitions.
author William Astle <lost@l-w.ca>
date Tue, 28 Nov 2017 21:29:05 -0700
parents f90c9b044220
children 5b8871fd7503
line wrap: on
line source

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

# for windows
\.suo$
\.sdf$
\.opensdf$
\Debug$
\Release$