c-kzg-4844/.gitignore
Justin Traglia dc28b03f9d
Cleanup the Makefile (#119)
* Cleanup the Makefile some

* Fix compiler error

* Fix compiler errors in tests

* Fix problems on Linux

* Add test_c_kzg_4844_cov to gitignore

* Add back closing brace for cpp

* Split clean rule into two lines

* Not echo commands when running them

* Allow other compilers to be used

* Update comment

* Only allow clang, actually
2023-02-08 17:35:33 +00:00

20 lines
240 B
Plaintext

test_c_kzg_4844
test_c_kzg_4844_cov
coverage.html
*.profraw
*.profdata
*.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