c-kzg-4844/.gitignore
Justin Traglia ef3c78ee9b
Add c_kzg_calloc function (#130)
* Add c_kzg_calloc function

* Update .gitignore & remove now unnecessary checks

* Add some tests

* Free memory in tests
2023-02-12 21:29:29 +00:00

23 lines
268 B
Plaintext

test_c_kzg_4844
test_c_kzg_4844_*
coverage.html
analysis-report/
*.profraw
*.profdata
*.prof
*.pdf
*.o
*.s
*.a
*.out
inc/blst.h*
inc/blst_aux.h*
.vscode/
.idea/
*bindings/*/*.so
*bindings/rust/target
*bindings/csharp/*.exe
*bindings/csharp/*.dll
__pycache__
.DS_Store