-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
98 lines (94 loc) · 1.13 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
90
91
92
93
94
95
96
97
98
*~
*.swp
*.bak
# Altera special files
*.qws
*.rpt
# HTML reports
*.html
# Block symbol file
*.bsf
# Component definitions
*.cmp
# Information for SOPC Builder
*.sopcinfo
# Generated RAM block
/ram/
/db/
/incremental_db/
/simulation/
/output_files/
/timing/
/.qsys_edit/
# ModelSim files
*.wlf
wlf*
transcript
/rtl_work/
modelsim.ini
# Xilinx special files
/iseconfig/*.xreport
*.asy
/*.bgn
/*.bit
/*.bld
/*.cmd_log
/*.drc
*.gise
*.log
/*.lso
/*.ncd
*.ngc
/*.ngd
/*.ngr
/*.pad
/*.par
/*.pcf
/*.prj
/*.ptwx
/*.spl
*.sym
/*.stx
/*.syr
/*.twr
/*.twx
/*.unroutes
/*.ut
/*.vhi
*.vho
/*.xpi
/*.xst
/*_bitgen.xwbt
/*_envsettings.html
/*_guide.ncd
/*_isim_*.exe
/*isim*.wdb
/*_map.map
/*_map.mrp
/*_map.ncd
/*_map.ngm
/*_map.xrpt
/*_ngdbuild.xrpt
/*_pad.csv
/*_pad.txt
/*_par.xrpt
/*_summary.html
/*_summary.xml
/*_usage.xml
/*_xst.xrpt
/ipcore_dir/blockrom.ncf
/fuse.xmsgs
/fuseRelaunch.cmd
/isim.cmd
/par_usage_statistics.html
/webtalk_pn.xml
/usage_statistics_webtalk.html
/xilinxsim.ini
/iseconfig/
/isim/
/netgen/
tmp/
/xlnx_auto_0_xdb/
/xst/
/_ngo/
_xmsgs/