verilog: add sv_maps iterators
[ghdl-vlg.git] / .gitignore
blob3b5da2fc34b620adb293c2f6e9dba9663a5b844a
1 # Ada outputs
2 *~
3 *.ali
4 *.o
5 b~*.ad?
7 # Generated files on windows.
8 *.exe
9 *.dll
10 /build/
11 /scripts/msys2-*/logpipe.*
12 /scripts/msys2-*/*.log*
13 /scripts/msys2-*/src/
14 /scripts/msys2-*/pkg/
16 # Generated files on Linux
17 config.status
18 default_paths.ads
19 elf_arch.ads
20 ghdl1-*
21 ghdl.gpr
22 ghdl_llvm
23 ghdl_mcode
24 ghdlsynth_maybe.ads
25 grt-backtraces-impl.ads
26 grt-files
27 grt-files.in
28 grt.lst
29 lib/
30 libghdl-*.so
31 libghdl.a
32 libghdl.bind
33 libghdl.link
34 libghdlvpi.so
35 libgrt.a
36 /Makefile
37 ortho_code-x86-flags.ads
38 run-bind.adb
39 run-bind.ads
40 src/version.ads
41 version.ads
42 version.tmp
44 # GDB outputs
45 .gdb_history
47 # GHDL outputs
48 *.v87
49 *.v93
50 *.v08
51 *.cf
52 e~*.lst
54 # GHDLs testsuite
55 /testsuite/get_entities
56 /testsuite/test_ok
57 /testsuite/gna/**/*.out
58 /testsuite/vpi/**/*.out
59 /testsuite/synth/**/*.out
60 /testsuite/synth/sns01/*.ref
61 /testsuite/synth/snsuns01/*.ref
62 /testsuite/gna/issue1392/char_arr_file.txt
63 /testsuite/synth/issue1079/syn_test.raw
64 /testsuite/synth/issue1254/simple.vhdl
65 *.log
66 *.err
67 syn_*.vhdl
69 # Python cache and object files
70 __pycache__/
71 *.py[cod]
73 # Python installation packages
74 dist/
75 pyGHDL.egg-info/
77 # Coverage.py
78 .coverage
79 .cov
80 coverage.xml
82 # Sphinx
83 doc/_build/
84 doc/_theme/
85 doc/pyGHDL/**/*.*
86 !doc/pyGHDL/index.rst
88 # IntelliJ project files
89 /.idea/workspace.xml