diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-11 10:05:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-11 10:05:12 +0200 |
commit | 6a0be7a4761e60b718a8776009b6a2a9b87a283b (patch) | |
tree | 778ae5427bb1c1d6cc8767dabda603b0968be59d /.gitignore |
new projectv0.1.0
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 |