-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitignore
76 lines (68 loc) · 1.15 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
# SPDX-FileCopyrightText: 2017-2021 Dyne.org foundation
#
# SPDX-License-Identifier: AGPL-3.0-or-later
config.log
config.status
build/lua_sandbox*
build/luazen
.env
.python-version
docs/test
docs/pub
docs/fonts
docs/website/site
docs/website/docs/lua
docs/website/docs/wiki
# generated code in zenroom
src/lualibs_detected.c
src/zen_big_factory.h
src/zen_ecdh_factory.c
src/zen_ecp_factory.h
# generated test files
test/**/*.json
test/**/*.zen
# build targets in zenroom
*.[oa]
*.so
*.dylib
zenroom
zencode-exec
build/zenroom
src/zenroom.js
src/zenroom.js.mem
src/zenroom.wasm
src/zenroom.wasm.js
src/zenroom-shared
src/zenroom.command
build/Zenroom-*
build/xtensa-*
build/*wasm
build/*js
build/*dll
build/*exe
build/*command
build/*py
build/python2
build/python3
build/*go
build/*java
build/*x86
build/*npm
*__pycache__*
*zenroom.egg-info*
meson
# generated files by milagro
lib/milacro-crypto-c/build
lib/milagro-crypto-c/CPackConfig.cmake
CMakeCache.*
CMakeFiles
lib/milagro-crypto-c/CPackConfig.cmake
CPack*
CTest*
# generated files by cargo
bindings/rust/target/
bindings/rust/Cargo.lock
# used to build javascript
emsdk
# lua binary installed during build
luac54