Merge pull request #4195 from TiborGY/BF16_ignore

Add junk from BF16 test to .gitignore
This commit is contained in:
Martin Kroeker 2023-08-19 12:16:44 +02:00 committed by GitHub
commit 8d9f701fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -72,6 +72,7 @@ test/SBLAT3.SUMM
test/ZBLAT2.SUMM test/ZBLAT2.SUMM
test/ZBLAT3.SUMM test/ZBLAT3.SUMM
test/SHBLAT3.SUMM test/SHBLAT3.SUMM
test/SBBLAT3.SUMM
test/cblat1 test/cblat1
test/cblat2 test/cblat2
test/cblat3 test/cblat3
@ -82,6 +83,7 @@ test/sblat1
test/sblat2 test/sblat2
test/sblat3 test/sblat3
test/test_shgemm test/test_shgemm
test/test_sbgemm
test/zblat1 test/zblat1
test/zblat2 test/zblat2
test/zblat3 test/zblat3