diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-26 17:21:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-26 17:21:29 +0200 |
commit | bb45a24f1fb33f645f390ad8ae8d04fb29a783e6 (patch) | |
tree | cfbd740bf0154c7f0eb64722f65f5a78be97ee46 /.gitignore | |
parent | 77b1c1d01fdc5f5aeb254c0bd17cc7b00b5d4d0b (diff) |
add patch for php 7.1 and 7.2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm |