-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
111 lines (102 loc) · 1.11 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
109
110
111
# Editor junk
.*
!.gitignore
*.f
*.swp
*~
check_files*.sh
*.synctex.*
# SpiNNaker executables
**/build/
*.aplx
# Xilinx and LaTeX Junk
*.asy
*.aux
*.auxlock
*.bak
*.bgn
*.bbl
*.bit
*.blc
*.bld
*.blg
*.cdc
*.cfi
*.cgc
*.cgp
*.cmd
*.cmd_log
*.cpj
!vio.cpj
*.csv
*.drc
*.exe
*.gise
*.html
*.ini
*.ipf
*.log
*.lso
*.map
*.mcs
*.mrp
*.ncd
*.ncf
*.ngc
*.ngd
*.ngm
*.ngr
*.pad
*.par
*.pcf
*.pdf
*.prj
*.prm
*.ptwx
*.stx
*.sym
*.syr
*.tcl
*.twr
*.twx
*.txt
!CMakeLists.txt
*.unroutes
*.ut
*.veo
*.wcfg
*.wdb
*.xml
*.xmsgs
*.xpi
*.xrpt
*.xsl
*.xst
*.xwbt
# ignore ISE project and internal files
*.xise
**/isim/
**/iseconfig/
**/_ngo/
**/xst/
**/xlnx_auto_*_xdb/
# Don't care about ISE-generated Verilog, UCF and XDC for IP cores
**/ipcore_dir/*.v
**/ipcore_dir/*.ucf
**/ipcore_dir/*.xdc
# Don't care about ISE-generated example projects and
# other junk generated for IP cores
**/ipcore_dir/*/
# ignore Vivado project and internal files
*.xpr
**/*.cache/
**/*.hw/
**/*.ip_user_files/
**/*.runs/
**/*.sim/
**/gth_x1y11_3Gbs/*
!**/gth_x1y11_3Gbs/*xci
**/gth_x1y11_3Gbs_vio_0/*
!**/gth_x1y11_3Gbs_vio_0/*xci
**/proc_sys/*
!**/proc_sys/*.bd