diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-10 11:04:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-10 11:04:37 +0100 |
commit | a95b69259b711355044f485c5c936e5ae4eb17d4 (patch) | |
tree | e5a6573386434e6c51f819bcce3b4ea6d7a55797 /.gitignore | |
parent | 83ac416483d249029bff10387d154d7748d3eafa (diff) |
Update to 1.7.1
fix erratic FTBFS from Koschei
skip 1 test on BigEndian https://github.com/fzaninotto/Faker/issues/1346
ignore test results on 32-bit https://github.com/fzaninotto/Faker/issues/1347
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9aa8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm |