-
Notifications
You must be signed in to change notification settings - Fork 36
/
.hgignore
70 lines (67 loc) · 1.12 KB
/
.hgignore
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
syntax: glob
*.pyc
*.pyz
*.prg
*.o
*.oj
*.class
*.bin
*.lst
*.hex
*.flash
*.elf
*.exe
*.wasm
*.out
*.profile
*.m4
*.log
*.vcd
docs/_build
docs/examples.zip
examples/linux64/hello/hello
examples/linux64/hello-make/hello
examples/linux64/snake/snake
examples/linux64/fib/main
examples/linux64/algos/main
examples/linux64/pashello/main
examples/linux64/pashello/reportpas.html
examples/linux64/wasm_fac/wasm_fact
examples/m68k/demo
examples/microblaze/hello/trace.txt
examples/python/generated_python_structs.py
examples/python/python_snake2.py
examples/python/mandelbrot
examples/riscvpicorv32/picorv
examples/toydsl/dslenv
examples/toydsl/example
.pytest_cache/
test/.coverage
test/listings
test/FORTRAN
.tox
.mypy_cache
*report.html
tools/report*.html
tools/ppci_explorer_source.txt
tools/arch_info.html
.cache
.coverage
htmlcov
dist
ppci.egg-info
build
examples/riscvpulpino/jtagserver/.deps
obj_dir
obj_dir_dbg
Vsystem
Vsystemdbg
.spyderproject
.idea
.vscode
junit.xml
coverage.xml
ppci/wasm/libwabt_*.js
test/wasm/spec_suite_*/
test/hypo/.hypothesis
test/.hypothesis