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

@ -10,5 +10,6 @@
/.git/
/v*.tar.gz
/*.pkg.tar.xz
/*.pkg.tar.zst
/*.egg-info
/*kvmd-*.tar.gz

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
/testenv/run/*.pid
/v*.tar.gz
/*.pkg.tar.xz
/*.pkg.tar.zst
/*.egg-info
/*kvmd-*.tar.gz
*.pyc

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