view .hgignore @ 521:56c32bc798f8

Fix argument parsing problems with IFSTR Neglecting to take into account comma separators and opening delimiters led to a number of off by one errors making IFSTR largely useless.
author William Astle <lost@l-w.ca>
date Sun, 19 Dec 2021 17:46:02 -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$