diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-15 11:05:25 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-15 11:05:25 +0100 |
commit | 33dfc42aa6cacbbb339960b306f98922077d313a (patch) | |
tree | ea51770bb9178240d7313452371547cf5fa1eb1a /.gitignore |
initial package
open https://github.com/RubixML/Tensor/pull/11
check for openblas headers
open https://github.com/RubixML/Tensor/issues/12
PHP 8 compatibility
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 |