We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57d5f8 commit f019c64Copy full SHA for f019c64
1 file changed
.gitignore
@@ -7,4 +7,72 @@ test_run_dir/
7
quartus/
8
.bsp/
9
.bloop/
10
-.direnv/
+.direnv/
11
+
12
13
+## log files
14
+*.log
15
+*.jou
16
+*.rpt
17
+*.vdi
18
19
+## bitstream
20
+*.bit
21
+*.bin
22
+*.mcs
23
+*.svf
24
+*.image
25
26
+## netlist
27
+*.edf
28
+*.edif
29
+*.vn
30
+*.vm
31
32
+## SDF
33
+*.sdf
34
35
+## sim dump
36
+*.vcd
37
+*.saif
38
+*.tcf
39
+*.wdb
40
41
+## others
42
+unisims
43
44
+## C-files
45
+*.elf
46
+*.a
47
+*.sa
48
+*.so
49
+*.lib
50
51
+## dirs
52
+vivado.cache/
53
+vivado.hw/
54
+vivado.ip_user_files/
55
+vivado.runs/
56
+vivado.sim/
57
58
+###### for Xilinx Vivado|ISE
59
+.Xil/
60
+.cache/
61
+fsm_encoding.os
62
+tab_*/
63
+webtalk.*
64
+vivado_pid*.str
65
+hs_err_pid*
66
+xelab.*
67
+xsim.*
68
+xvlog.*
69
+*.cache
70
+*.sim
71
+*.runs
72
+*.hw
73
+*.backup.*
74
+*.debug
75
76
+## checkpoint files
77
+*.dcp
78
0 commit comments