-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
108 lines (106 loc) · 1.06 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
99
100
101
102
103
104
105
106
107
108
# test folder
# Mac
.DS_Store
# project
utils/rom/a.bin
utils/rom/a.exe
utils/rom/a.s
_impact.cmd
_impact.log
# XilinxISE
# intermediate build files
*.bgn
*.bit
*.bld
*.cmd_log
*.cmd
*.drc
*.ll
*.lso
*.msd
*.msk
*.ncd
*.ngc
*.ngd
*.ngr
*.pad
*.par
*.pcf
*.prj
*.ptwx
*.rbb
*.rbd
*.stx
*.syr
*.twr
*.twx
*.unroutes
*.ipf
*.ut
*.xpi
*.xst
*_bitgen.xwbt
*_envsettings.html
*_map.map
*_map.mrp
*_map.ngm
*_map.xrpt
*_ngdbuild.xrpt
*_pad.csv
*_pad.txt
*_par.xrpt
*_summary.html
*_summary.xml
*_usage.xml
*_xst.xrpt
# project-wide generated files
*.gise
par_usage_statistics.html
usage_statistics_webtalk.html
webtalk.log
webtalk_pn.xml
# generated folders
iseconfig/
xlnx_auto_0_xdb/
xst/
_ngo/
_xmsgs/
ipcore_dir/
# others
*.db
*.~vsd
*.debug
pa.fromHdl.tcl
pa.fromNetlist.tcl
*_run_?/
~$*.xlsx
cpu.ipf
impact.xsl
impact_impact.xwbt
webtalk_impact.xml
.library_mapping.xml
.project
.settings/
fuse*
planAhead*
isim.*
isim/
*.exe
*.wdb
xilinxsim.ini
*.version
compxlib.*
modelsim.ini
transcript
vsim.wlf
src/cpu/work/
*.fdo
*.udo
# Obj
*.o
# Dynamic link lib
*.so
# Backup
*~
*.bak
*.txt