c-kzg-4844/.gitignore

16 lines
116 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
2021-02-07 20:58:19 +00:00
*.prof
*.out
*.log
2021-02-01 20:15:45 +00:00
tmp/
2021-02-11 08:21:13 +00:00
doc/
2021-02-01 20:15:45 +00:00
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