view .hgignore @ 549:ee3e52ab2288

Remove unneeded variable reference lexing string literals (lwcc) Better not to increment an uninitialized value that's not used anywhere else on the code path. So don't.
author William Astle <lost@l-w.ca>
date Tue, 21 Mar 2023 14:26:00 -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$