annotate .hgignore @ 115:a9e918adfff0

Skip directly over anything with null metatype - can happen with plugins whose init methods are not conformant (but that otherwise load OK as code)
author Chris Cannam
date Tue, 26 Feb 2019 14:31:08 +0000
parents 35ea82e24988
children
rev   line source
Chris@106 1 syntax: glob
Chris@106 2 *~
Chris@106 3 *.pyc
Chris@106 4 *.so
Chris@106 5 *.orig
Chris@114 6 *.o
Chris@114 7 *.a
Chris@106 8