view .hgignore @ 546:80b21c6b4a6b

Disable building all the lwcc binaries except lwcpp by default Since lwcpp is functional but the rest of the stuff in the lwcc directory is not, only build lwcpp by default.
author William Astle <lost@l-w.ca>
date Thu, 16 Mar 2023 16:03:20 -0600
parents 5f10e1913d1a
children
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$