view .hgignore @ 529:428039e88a0b

Fix macro definition to include all lines This may cause problems if anyone is doing "clever" things with conditionals and the like. However, it does fix the problem that lines without opcodes on them weren't being included in the macros definition. This needs to percolate for a while before being released.
author William Astle <lost@l-w.ca>
date Wed, 09 Feb 2022 21:44:28 -0700
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$