view .hgignore @ 513:1260b4eec5a5

Add **pragma which always suppresses listing itself Sometimes you don't want the listing polluted by a pragma statement so add **pragma which will always hide itself from the listing.
author William Astle <lost@l-w.ca>
date Mon, 24 Aug 2020 23:52:23 -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$