diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-25 09:58:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-25 09:58:58 +0200 |
commit | ed43300dab14e50d2925dc78a9eb5fc5f2e9ae98 (patch) | |
tree | 24e77b1776a7f8afb9e46072b70e09799c1fddcf /.gitignore |
initial package, version 1.0.0 (stable)
open https://github.com/SeasX/SeasSnowflake/pull/3 - fix test
open https://github.com/SeasX/SeasSnowflake/pull/4 - exec perm
open https://github.com/SeasX/SeasSnowflake/pull/5 - PHP 5
open https://github.com/SeasX/SeasSnowflake/pull/6 - arginfo
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 |