view .hgignore @ 914:016d27ca39e4

py3
author Jeff Hammel <k0scist@gmail.com>
date Mon, 27 May 2024 16:02:17 -0700
parents 79eeb5390c8a
children
line wrap: on
line source

syntax: glob
.hgignore
*.pyc
*.pyo
*.egg-info
.eggs
*.swp
*~
build
dist
#*
._*
.tox
.cache

.local