c-kzg-4844/.gitignore
2022-09-19 15:40:15 +01:00

22 lines
213 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/*.py
bindings/python/*_wrap.c
__pycache__