view .hgignore @ 553:3a173cefc814

Fix missing NULL guard found by gcc static analysis Fix a missing NULL guard in listing pass found with gcc analyzer.
author William Astle <lost@l-w.ca>
date Thu, 06 Jul 2023 12:06:22 -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$