view hgrc/hgignore @ 465:f3a9ae9355d2

Make git ignore tags and macOS crap.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Mar 2019 17:32:40 -0700
parents b7eb9c9bd3b4
children 7a69433f0b1c
line wrap: on
line source

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