]> Git Repo - secp256k1.git/blob - .gitignore
Merge #366: ARM assembly implementation of field_10x26 inner (rebase of #173)
[secp256k1.git] / .gitignore
1 bench_inv
2 bench_ecdh
3 bench_sign
4 bench_verify
5 bench_schnorr_verify
6 bench_recover
7 bench_internal
8 tests
9 gen_context
10 *.exe
11 *.so
12 *.a
13 !.gitignore
14
15 Makefile
16 configure
17 .libs/
18 Makefile.in
19 aclocal.m4
20 autom4te.cache/
21 config.log
22 config.status
23 *.tar.gz
24 *.la
25 libtool
26 .deps/
27 .dirstamp
28 build-aux/
29 *.lo
30 *.o
31 *~
32 src/libsecp256k1-config.h
33 src/libsecp256k1-config.h.in
34 src/ecmult_static_context.h
35 m4/libtool.m4
36 m4/ltoptions.m4
37 m4/ltsugar.m4
38 m4/ltversion.m4
39 m4/lt~obsolete.m4
40 src/stamp-h1
41 libsecp256k1.pc
This page took 0.024846 seconds and 4 git commands to generate.