diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-27 15:54:45 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-27 15:54:45 +0200 |
commit | 0c7478d8f1b5871808a6c90198b0152f43b43700 (patch) | |
tree | 844c48f892c1e65f0fa578e024c938e650bae407 /.gitignore |
initial package
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 |