summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-10-17 02:55:26 +0300
committerDevaev Maxim <[email protected]>2019-10-17 02:55:26 +0300
commit64615cf3b51f8e7b3779e157f1143f7d60478c5f (patch)
treedc7545b051657f35aad411281bf9a5c9e16aa771 /Makefile
parentb126f06170dcd2daa503d2f57f894a3b83562b38 (diff)
ignore new arch packages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a032ef6a..fbc3a268 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ push:
clean:
- rm -rf testenv/run/*.{pid,sock} build site dist pkg src v*.tar.gz *.pkg.tar.xz *.egg-info kvmd-*.tar.gz
+ rm -rf testenv/run/*.{pid,sock} build site dist pkg src v*.tar.gz *.pkg.tar.{xz,zst} *.egg-info kvmd-*.tar.gz
find kvmd testenv/tests -name __pycache__ | xargs rm -rf
make -C hid clean