comparison .hgignore @ 1166:d8167cbee2f5

cm: Add new pytest cache dirs to hgignore.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Oct 2019 09:01:41 -0700
parents 356ffb974e47
children aec9c6367c33
comparison
equal deleted inserted replaced
1165:a928ee22c20a 1166:d8167cbee2f5
1 syntax: glob 1 syntax: glob
2 *.pyc 2 *.pyc
3 *.egg-info 3 *.egg-info
4 .cache 4 .cache
5 .eggs 5 .eggs
6 .pytest_cache
7 .python-version
6 __pycache__ 8 __pycache__
7 venv 9 venv
8 tags 10 tags
9 bower_components 11 bower_components
10 node_modules 12 node_modules