c-kzg-4844/.gitignore

18 lines
138 B
Plaintext
Raw Normal View History

2021-02-01 20:15:45 +00:00
*.o
*.a
*_test
2021-02-07 20:58:19 +00:00
*_bench
2021-02-10 11:55:38 +00:00
*_debug
*_tune
2021-02-07 20:58:19 +00:00
*.prof
*.out
*.log
2021-07-03 12:55:54 +00:00
src/*_tune.c
2021-02-01 20:15:45 +00:00
tmp/
2021-02-11 08:21:13 +00:00
doc/
inc/blst.h*
inc/blst_aux.h*
2021-02-05 08:47:47 +00:00
.vscode/
2021-02-07 14:19:25 +00:00
*.json
.clang-format