view .hgignore @ 581:10f8fc64481d

Fix a slight error in cases where 0b is present but not followed by 0 or 1 This fixes an error where 0b is not followed by 0 or 1. In that case, the 0b prefix should not be consumed but the code which attempted to not consume it failed to actually update the parse pointer correctly.
author William Astle <lost@l-w.ca>
date Thu, 08 Aug 2024 13:40: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$