forked from lvyufeng/step_into_mips
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
44 lines (42 loc) · 853 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
#########################################################################################################
## 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
###########################################################################
#########
# project file
!*.xpr
# construction file
!*.xdc
# ip file
!*.xci
# verilog file
!*.v
# head file
!*.h
# bit stream file
!*.bit
# pdf file
!*.pdf
# txt file
!*.txt
# excel file
!*.xls
!*.xlsx
# soft files
!*.S
!Makefile
!*.mif
!*.coe
!*.s
!*.elf
!*.c
!*.make