core-admin-client/.gitignore
Marek Marczykowski-Górecki 65f0f028f8
Add 'make clean' target, use it for Debian build
Since orig tarball exclude files from .gitignore, make sure make clean
remove them - otherwise dpkg-source complains.
2018-04-13 01:12:06 +02:00

7 lines
47 B
Plaintext

*.pyc
*.pyo
build/
pkgs/
.coverage
__pycache__