ignore new arch packages

This commit is contained in:
Devaev Maxim
2019-10-17 02:55:26 +03:00
parent b126f06170
commit 64615cf3b5
3 changed files with 3 additions and 1 deletions

View File

@@ -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