comparison .hgignore @ 88:925bc39ddb92

rename gitignore to hgignore
author musou_aka
date Tue, 26 Jun 2018 10:52:16 +0900
parents
children 6f8c3f8b5c07
comparison
equal deleted inserted replaced
87:7e828d53fb64 88:925bc39ddb92
1 syntax: glob
2 __pycache__
3 *.pyc
4 build/
5 dist/
6 MANIFEST
7 .idea/
8 .ipynb_checkpoints/
9 *.egg-info/
10 venv/