-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
110 lines (92 loc) · 1.33 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# http://www.gnu.org/software/automake
GNUMakefile.in
config.h.in
config.h.in~
Makefile.in
/m4
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1
/config
config.status
config.log
GNUMakefile
config.h
.deps
libksi.pc
src/ksi/stamp-h1
libtool
#Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
out/
# Debug files
*.pdb
*.dSYM/
# Binaries and log files
*.log
src/example/.libs/
src/example/ksi_extend
src/example/ksi_multisig_add
src/example/ksi_multisig_extend
src/example/ksi_pubfiledump
src/example/ksi_sign
src/example/ksi_sign_aggr
src/example/ksi_verify
src/example/ksi_verify_pub
src/example/ksi_blocksign
src/example/ksi_sign_async_tcp
src/ksi/.libs/
test/.dirstamp
test/.libs/
test/cutest/.dirstamp
test/parse-benchmark
test/resigner
test/runner
test/integration-tests
test/serialize-benchmark
test/async-signer
testsuite-xunit.xml
# Temporary and backup files
*.bak
# Code coverage report files #
coverage.info
coverage/
*.gcno
*.gcda
# Configuration files
test/integrationtest.conf
# Generated header files
version.h
/Debug/
# doxygen generated html and (la)tex files
/doc/html/
/doc/latex/