view hgrc/hgignore @ 437:21dd55ac743c

Fix path to Mercurial templates on Windows. Apparently backslashes in the `--style` parameter don't work well.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 29 Apr 2018 20:16:35 -0700
parents f2b1eae0432b
children b7eb9c9bd3b4
line wrap: on
line source

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