diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-29 11:52:09 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-29 11:52:09 +0200 |
commit | 4abc2157e0bcc3770c68bc13f6e42ed17ee7667e (patch) | |
tree | c56c721ffbae71228a56ab84b5b5a0d1fd2ccb48 /.gitignore |
initial package
open https://github.com/pinpoint-apm/pinpoint-c-agent/issues/656 license
open https://github.com/pinpoint-apm/pinpoint-c-agent/pull/655 use cxx
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 |