-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.gitignore
55 lines (55 loc) · 810 Bytes
/
.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
*.cmd
*.log
*.lst
*.ihx
*.lk
*.map
*.noi
*.zip
/CPLD/*.xwbt
/CPLD/*.jed
/CPLD/*.bld
/CPLD/*.cmd_log
/CPLD/*.gise
/CPLD/*.gyd
/CPLD/*.lfp
/CPLD/*.lso
/CPLD/*.mfd
/CPLD/*.nga
/CPLD/*.ngc
/CPLD/*.ngd
/CPLD/*.ngr
/CPLD/*.pad
/CPLD/*.pnx
/CPLD/*.rpt
/CPLD/*.stx
/CPLD/*.syr
/CPLD/*.tim
/CPLD/*.tspec
/CPLD/*.vm6
/CPLD/*.xml
/CPLD/*.html
/CPLD/*.xrpt
/CPLD/*.csv
/CPLD/*.srp
/CPLD/src/*.lfp
/CPLD/*.err
/CPLD/iseconfig
/CPLD/_xmsgs
/CPLD/sdmapper_html/fit
/CPLD/sdmapper_html/images
/CPLD/sdmapper_html/tim
/CPLD/xlnx_auto_0_xdb
/CPLD/xst/work
/CPLD/src/tb_spi/transcript
/CPLD/src/tb_spi/vsim.wlf
/CPLD/src/tb_spi/work
/CPLD/src/tb_spi2/transcript
/CPLD/src/tb_spi2/vsim.wlf
/CPLD/src/tb_spi2/work
/SW/Updater/obj
/Driver/*.ROM
/driver/DRIVER.BIN
/SW/Updater/FBL-UPD.COM
/Hardware/Eagle/*.s#*
/Hardware/Eagle/*.b#*