greaseweazle/.gitignore
Keir Fraser 6d5965ba78 Windows: Fix build of Python C extension using setuptools-60.x
We need to install using pip, rather than invoking setup.py directly.

Fixes #137
2021-12-30 09:38:11 +00:00

20 lines
229 B
Text

*.[oa]
.*.d
*~
*.ld
*.elf
*.bin
*.hex
*.orig
*.rej
*.upd
*.adf
*.hfe
*.ipf
*.scp
*.pyc
scripts/greaseweazle/version.py
scripts/greaseweazle/optimised/optimised*
scripts/c_ext/build/
scripts/c_ext/*.egg-info/
greaseweazle-tools-*