mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
ignore new arch packages
This commit is contained in:
parent
b126f06170
commit
64615cf3b5
@ -10,5 +10,6 @@
|
|||||||
/.git/
|
/.git/
|
||||||
/v*.tar.gz
|
/v*.tar.gz
|
||||||
/*.pkg.tar.xz
|
/*.pkg.tar.xz
|
||||||
|
/*.pkg.tar.zst
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
/*kvmd-*.tar.gz
|
/*kvmd-*.tar.gz
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@
|
|||||||
/testenv/run/*.pid
|
/testenv/run/*.pid
|
||||||
/v*.tar.gz
|
/v*.tar.gz
|
||||||
/*.pkg.tar.xz
|
/*.pkg.tar.xz
|
||||||
|
/*.pkg.tar.zst
|
||||||
/*.egg-info
|
/*.egg-info
|
||||||
/*kvmd-*.tar.gz
|
/*kvmd-*.tar.gz
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -134,7 +134,7 @@ push:
|
|||||||
|
|
||||||
|
|
||||||
clean:
|
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
|
find kvmd testenv/tests -name __pycache__ | xargs rm -rf
|
||||||
make -C hid clean
|
make -C hid clean
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user