/ .gitignore
.gitignore
1 test_c_kzg_4844 2 test_c_kzg_4844_* 3 coverage.html 4 analysis-report/ 5 *.profraw 6 *.profdata 7 *.prof 8 *.o 9 *.s 10 *.a 11 *.out 12 .vscode/ 13 .idea/ 14 *bindings/*/*.so 15 *bindings/rust/target 16 __pycache__ 17 .DS_Store 18 19 # nimble build dir 20 build/ 21 22 # ccls cache dir 23 .ccls-cache/ 24 25 target