-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
89 lines (79 loc) · 1.21 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
# Ada outputs
*~
*.ali
*.o
b~*.ad?
# Generated files on windows.
*.exe
*.dll
/build/
/scripts/msys2-*/logpipe.*
/scripts/msys2-*/*.log*
/scripts/msys2-*/src/
/scripts/msys2-*/pkg/
# Generated files on Linux
config.status
default_paths.ads
elf_arch.ads
ghdl1-*
ghdl.gpr
ghdl_llvm
ghdl_mcode
ghdlsynth_maybe.ads
grt-backtraces-impl.ads
grt-files
grt-files.in
grt.lst
lib/
libghdl-*.so
libghdl.a
libghdl.bind
libghdl.link
libghdlvpi.so
libgrt.a
/Makefile
ortho_code-x86-flags.ads
run-bind.adb
run-bind.ads
src/version.ads
version.ads
version.tmp
# GDB outputs
.gdb_history
# GHDL outputs
*.v87
*.v93
*.v08
*.cf
e~*.lst
# GHDLs testsuite
/testsuite/get_entities
/testsuite/test_ok
/testsuite/gna/**/*.out
/testsuite/vpi/**/*.out
/testsuite/synth/**/*.out
/testsuite/synth/sns01/*.ref
/testsuite/synth/snsuns01/*.ref
/testsuite/gna/issue1392/char_arr_file.txt
/testsuite/synth/issue1079/syn_test.raw
/testsuite/synth/issue1254/simple.vhdl
*.log
*.err
syn_*.vhdl
# Python cache and object files
__pycache__/
*.py[cod]
# Python installation packages
dist/
pyGHDL.egg-info/
# Coverage.py
.coverage
.cov
coverage.xml
# Sphinx
doc/_build/
doc/_theme/
doc/pyGHDL/**/*.*
!doc/pyGHDL/index.rst
# IntelliJ project files
/.idea/workspace.xml