forked from xjtuecho/EBAZ4205
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
140 lines (132 loc) · 2.65 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
*.*~
*/*.bsp
template/**
-petalinux/build/**
#########################################################################################################
## This is an example .gitignore file for Vivado, please treat it as an example as
## it might not be complete. In addition, XAPP 1165 should be followed.
#########################################################################################################
#########
#Exclude all
#########
*
!*/
!.gitignore
###########################################################################
## VIVADO
###########################################################################
#########
#Source files:
#########
#Do NOT ignore VHDL, Verilog, block diagrams or EDIF files.
!*.vhd
!*.v
!*.bd
!*.edif
#########
#IP files
#########
#.xci: synthesis and implemented not possible - you need to return back to the previous version to generate output products
#.xci + .dcp: implementation possible but not re-synthesis
#*.xci(www.spiritconsortium.org)
!*.xci
#*.dcp(checkpoint files)
!*.dcp
!*.vds
!*.pb
#All bd comments and layout coordinates are stored within .ui
!*.ui
!*.ooc
#########
#System Generator
#########
!*.mdl
!*.slx
!*.bxml
#########
#Simulation logic analyzer
#########
!*.wcfg
!*.coe
#########
#MIG
#########
!*.prj
!*.mem
#########
#Project files
#########
#XPR + *.XML ? XPR (Files are merged into a single XPR file for 2014.1 version)
#Do NOT ignore *.xpr files
!*.xpr
#Include *.xml files for 2013.4 or earlier version
!*.xml
#########
#Constraint files
#########
#Do NOT ignore *.xdc files
!*.xdc
#########
#TCL - files
#########
!*.tcl
#########
#Journal - files
#########
!*.jou
#########
#Reports
#########
!*.rpt
!*.txt
!*.vdi
#########
#C-files
#########
!*.c
!*.h
!*.elf
!*.bmm
!*.xmp
/gitignore/**
/ip_repo/**
/projects/P01**
/projects/P02**
/projects/P03**
/projects/P04**
/projects/P05**
/projects/P06**
/projects/P07**
/projects/P08**
/projects/P09_VGA_TEST-org**
/projects/P09_VGA_TEST**
/projects/P10**
/projects/VGA_COLBAR/VGA_TEST.cache**
/projects/VGA_COLBAR/VGA_TEST.sdk**
/projects/VGA_COLBAR/VGA_TEST.ip_user**
/projects/VGA_COLBAR/VGA_TEST.runs**
!/projects/VGA_COLBAR/README.md
!/projects/VGA_COLBAR/VGA_COLBAR.png
/projects/VGA_COLBAR/**
/projects/template2/**
/projects/
/workspace/**
/projects/ADV7123_VGA/**
!/workspace/ADV7123_VGA_application**
!/workspace/ADV7123_VGA_platform**
!/workspace/ebaz4205_standalone**
!/workspace/hello_world**
!/workspace/FATFS_application**
!/workspace/lwip_echo_server**
/petalinux/template/junk**
/template/template.cache/**
/template/template.runs/**
!/ELLC/**
!*.md
!/board**
*.*~
/projects/multicomp-z80/**
/projects/multicomp/**
/projects/multicomp**
/projects**
/hidden/**