Makefile: add clean of pkgs and debian changelog.*

This commit is contained in:
Frédéric Pierret (fepitre) 2020-06-16 13:42:38 +02:00
parent 1d358c84cd
commit 539d1d9746
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ doc/_build/
pkgs/
.coverage
__pycache__
debian/changelog.*

View File

@ -20,3 +20,5 @@ clean:
rm -rf qubesadmin/*/__pycache__ qubesadmin/tests/*/__pycache__
rm -rf test-packages/*.egg-info
rm -f .coverage
rm -rf debian/changelog.*
rm -rf pkgs