Skip to content

Commit 83a01cf

Browse files
authored
Merge pull request #2885 from github/xilinux-template
added template for Xilinx
2 parents 8c943e0 + 541a7ae commit 83a01cf

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

community/Xilinx.gitignore

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# gitignore template for Xilinx Vivado Design Suite
2+
# website: https://www.xilinx.com/support/download.html
3+
4+
# [home]
5+
*.jou
6+
*.log
7+
*.debug
8+
*.str
9+
*.zip
10+
*.tmp
11+
*.rst
12+
*.os
13+
*.js
14+
*.pb
15+
*.dcp
16+
*.hwdef
17+
*.vds
18+
*.veo
19+
*.wdf
20+
*.vdi
21+
*.dmp
22+
*.rpx
23+
*.rpt
24+
*_stub.v
25+
*_stub.vhdl
26+
*_funcsim.v
27+
*_funcsim.vhdl
28+
.project
29+
30+
# [dir]
31+
*.cache
32+
.metadata
33+
*.data
34+
*.ipdefs
35+
.Xil
36+
*.sdk
37+
*.hw
38+
*.ip_user_files
39+
40+
### IP synth
41+
*_synth_*
42+
43+
.jobs
44+
45+
### project synth
46+
*/*.runs/synth*/*.xml
47+
*/*.runs/synth*/*.txt
48+
*/*.runs/synth*/*.sh
49+
*/*.runs/synth*/*.tcl
50+
*/*.runs/synth*/*.bat
51+
*/*.runs/synth*/*.xdc
52+
!*/*.runs/synth*/*utilization*.rpt
53+
54+
*.runs/synth*/*.xml
55+
*.runs/synth*/*.txt
56+
*.runs/synth*/*.sh
57+
*.runs/synth*/*.tcl
58+
*.runs/synth*/*.bat
59+
*.runs/synth*/*.xdc
60+
!*.runs/synth*/*utilization*.rpt
61+
62+
### project impl
63+
*/*.runs/impl*/*.xml
64+
*/*.runs/impl*/*.html
65+
*/*.runs/impl*/*.txt
66+
*/*.runs/impl*/*.sh
67+
*/*.runs/impl*/*.tcl
68+
*/*.runs/impl*/*.bat
69+
!*/*.runs/impl*/*utilization*.rpt
70+
71+
*.runs/impl*/*.xml
72+
*.runs/impl*/*.html
73+
*.runs/impl*/*.txt
74+
*.runs/impl*/*.sh
75+
*.runs/impl*/*.tcl
76+
*.runs/impl*/*.bat
77+
!*.runs/impl*/*utilization*.rpt
78+
79+
### block design
80+
*/*/bd/*/hdl
81+
*/*/*/bd/*/hdl
82+
83+
*/*/bd/*/*.xdc
84+
*/*/*/bd/*/*.xdc
85+
86+
*/*/bd/*/ip/*/*.xdc
87+
*/*/*/bd/*/ip/*/*.xdc
88+
89+
*/*/bd/*/ip/*/*/
90+
*/*/*/bd/*/ip/*/*/
91+
92+
*/*/bd/*/ip/*/*.vhd
93+
*/*/*/bd/*/ip/*/*.vhd
94+
95+
*/*/bd/*/ip/*/*.xml
96+
*/*/*/bd/*/ip/*/*.xml
97+
98+
*.c
99+
*.h
100+
*.vho
101+
*.html
102+
*/*/bd/*/ip/*/*.tcl
103+
*/*/*/bd/*/ip/*/*.tcl
104+
hw_handoff
105+
ipshared

0 commit comments

Comments
 (0)