view hgrc/hgignore @ 423:f2b1eae0432b

Add ignore patterns to Mercurial.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 20 Feb 2018 22:11:58 -0800
parents 4cbf9f8b4a37
children b7eb9c9bd3b4
line wrap: on
line source

syntax: glob
*~
*.pyc
*.pyo
*.orig
.DS_Store
Thumbs.db
*.egg-info
__pycache__