forked from theQRL/qrllib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (59 loc) · 1.13 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
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
cmake-build-debug/
cmake-build-release/
*.pyc
pyqrllib/_pyqrl\.so
pyqrllib/apiPYTHON_wrap\.cxx
pyqrllib/_pyqrllib\.so
pyqrllib/pyqrllib\.py
pyqrllib/_pyqrllib.so
goqrllib/apiGO_wrap\.cxx
goqrllib/goqrllib\.so
goqrllib/pyqrllib_gc\.c
goqrllib/pyqrllib\.go
\.cache/v/cache/lastfailed
tests/tests_python/\.cache/v/cache/lastfailed
benchmark/keygen\.png
benchmark/sign\.png
benchmark/verify\.png
benchmark/speedup_sign\.png
benchmark/speedup_create\.png
benchmark/speedup_verify\.png
googletest-src/
googletest-download/
googletest-build/
gtest_main\.pc
_pyqrllib\.so
gmock_main\.pc
gmock\.pc
gtest\.pc
qrllib_test
cmake-build-onlylib/
\.idea/workspace\.xml
\.coverage
coverage\.xml
.eggs/
pyqrllib.egg-info/
cmake-build-relwithdebinfo/
cmake-build-minsizerel/
cmake-build-debug wtests/
\.idea/
*.so
pyqrllib/dilithium\.py
pyqrllib/dilithiumPYTHON_wrap\.cxx
pyqrllib/kyber\.py
pyqrllib/kyberPYTHON_wrap\.cxx
pyqrllib/qrlPYTHON_wrap\.cxx
.pytest_cache
tests/js/node_modules
tests/js/tmp/*.js
tests/js/tmp/*.wasm
\.npmrc
.vscode/*
# Added by cargo
/target