view .hgignore @ 534:558ee362437e

Explicitly check for number (leading digit) for entry symbols (lwlink) Make entry symbol parsing match the description in the manual. If a leading digit is present, treat it as a number and don't try falling back to a symbol. Otherwise treat it as a symbol. This should be more predictable.
author William Astle <lost@l-w.ca>
date Sat, 14 May 2022 13:05:43 -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$