chirp/.hgignore
Dan Smith 3792acf9dc Merge branch 'master' into py3
This looks like a lot of change, but it was pretty trivial. Many
of the conflicts came from d40963b3ed
which fixed a bunch of typos. There were some test adapter changes,
some GTK UI fixes, RR canada additions, and the usual driver
maintenance.

I didn't test the GTK UI since it seems like we're abandoning keeping
that working in python2 or python3 with pygobject (which is fine).
2022-09-09 14:04:46 -07:00

22 lines
251 B
Plaintext

.*\~$
.*\.pyc$
.*\.orig$
.*\.rej$
dist
build/bdist
tools/cpep8.venv/
tests/logs/
logs/
ignored/
patch_queue/
archived_builds/
.tox/
.*\.mo$
.*\.pot$
locale/.files
MANIFEST
.pytest_cache
# for visual studio and visual studio code editors
.vs/
.vscode/