diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-15 13:44:26 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-15 13:44:26 +0100 |
commit | 2be4f79496ec05bc5143a28e3389c058154f9aaa (patch) | |
tree | 5a0a48713b154865ea8c37e66e58c569fc471be2 /.gitignore |
initial package
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..24c42c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +clog +package-*.xml +*.tgz +*.zip +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm |