forked from aeternity/aeternity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (45 loc) · 662 Bytes
/
.gitignore
File metadata and controls
45 lines (45 loc) · 662 Bytes
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
.rebar3
.eunit
*.o
*.beam
*.plt
*.swp
*.swo
.erlang.cookie
ebin
log
erl_crash.dump
.rebar
logs
_build
.idea
py/bin
py/include
py/lib
py/local
py/man
py/pip-selfcheck.json
nosetests.xml
*.pyc
apps/aecuckoo/c_src
apps/aecuckoo/priv/bin
apps/aecuckoo/priv/lib
apps/aecore/priv/keys
.chain
REVISION
apps/aehttp/priv/swagger-ui
apps/aehttp/priv/swagger-docs
apps/aeutils/src/endpoints.erl
apps/aecore/c_src/*.[1-9][0-9]o
apps/aecore/c_src/cuckoo
apps/aecore/priv
aevm_external
apps/aebytecode/src/aeb_asm_scan.erl
apps/*/doc/*.html
apps/*/doc/edoc-info
apps/*/doc/erlang.png
apps/*/doc/stylesheet.css
otp_patches/*.erl
swagger/swagger-codegen-cli-*.jar
*.erl~
*.aer~