annotate .hgignore @ 113:c7694d24500c

Fix crash when plugin library is loaded and unloaded without any plugins being queried (so extension manager is never initialised)
author Chris Cannam
date Tue, 26 Feb 2019 12:46:24 +0000
parents 76badb3a0bb3
children 35ea82e24988
rev   line source
Chris@106 1 syntax: glob
Chris@106 2 *~
Chris@106 3 *.pyc
Chris@106 4 *.so
Chris@106 5 *.orig
Chris@106 6
Chris@106 7
Chris@106 8