diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-20 12:55:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-20 12:55:48 +0200 |
commit | 1d73af62666d73ff374d525286d83c5f05032063 (patch) | |
tree | 0eb39a4e74d17e3b832760322feea6c734c0cae4 /.gitignore |
initial package
open https://github.com/swoole/phpy/pull/61 use cxx linker
open https://github.com/swoole/phpy/pull/62 add LICENSE
open https://github.com/swoole/phpy/issues/63 broken with python 3.6
open https://github.com/swoole/phpy/pull/64 report python version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f0400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm |