view .hgignore @ 531:a812bb4d3a51

Correct raw output target in lwasm to NUL pad RMBs An incorrect test prevented lwasm from properly padding RMBs with NUL bytes for the raw output target. This corrects that test so it now works as expected. No more need to explicitly use ZMB.
author William Astle <lost@l-w.ca>
date Fri, 18 Mar 2022 16:58:40 -0600
parents 5b8871fd7503
children 5f10e1913d1a
line wrap: on
line source

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

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