mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 11:14:42 +00:00
22 lines
220 B
Plaintext
22 lines
220 B
Plaintext
*.o
|
|
*.a
|
|
*_test
|
|
*_bench
|
|
*_debug
|
|
*_tune
|
|
*.prof
|
|
*.out
|
|
*.log
|
|
src/*_tune.c
|
|
tmp/
|
|
doc/
|
|
inc/blst.h*
|
|
inc/blst_aux.h*
|
|
.vscode/
|
|
*.json
|
|
.clang-format
|
|
bindings/*/_*.so
|
|
bindings/python/ckzg.py
|
|
bindings/python/c_kzg_wrap.c
|
|
__pycache__
|