Update gitignore and make clean target

Debian build require clean sources (make clean must return the sources
to the state from before build).
This commit is contained in:
Marek Marczykowski-Górecki 2018-04-20 16:27:26 +02:00
parent a415239831
commit c278d56bea
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
3 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ deb/*
*.o
.coverage
*.egg-info
__pycache__

View File

@ -47,6 +47,11 @@ clean:
make -C misc clean
make -C qrexec clean
make -C qubes-rpc clean
make -C doc clean
rm -rf qubesagent/*.pyc qubesagent/__pycache__
rm -rf test-packages/__pycache__
rm -rf test-packages/qubesagent.egg-info
rm -rf __pycache__
all:
make -C misc

View File

@ -1,6 +1,5 @@
qubes_add_pendrive_script
qubes_penctl
qvm-open-in-dvm
dvm_file_editor
qfile-agent
qfile-agent-dvm