c-kzg-4844/.gitignore

21 lines
206 B
Plaintext

*.o
*.a
*_test
*_bench
*_debug
*_tune
*.prof
*.out
*.log
src/*_tune.c
tmp/
doc/
inc/blst.h*
inc/blst_aux.h*
.vscode/
.clang-format
*bindings/*/*.so
*bindings/csharp/*.exe
*bindings/csharp/*.dll
__pycache__