]> Git Repo - secp256k1.git/blob - .gitignore
Merge pull request #14
[secp256k1.git] / .gitignore
1 bench
2 bench.exe
3 tests
4 tests.exe
5 *.so
6 *.a
7 !.gitignore
8
9 Makefile
10 configure
11 .libs/
12 Makefile.in
13 aclocal.m4
14 autogen.sh
15 autom4te.cache/
16 config.log
17 config.status
18 *.tar.gz
19 *.la
20 libtool
21 .deps/
22 .dirstamp
23 src/build-aux/
24 *.lo
25 *.o
26 *~
27 src/libsecp256k1-config.h
28 src/libsecp256k1-config.h.in
29 m4/libtool.m4
30 m4/ltoptions.m4
31 m4/ltsugar.m4
32 m4/ltversion.m4
33 m4/lt~obsolete.m4
34 src/stamp-h1
This page took 0.021317 seconds and 4 git commands to generate.