-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (66 loc) · 1.19 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
#------------------------------------------------------------------------------
# .gitignore for FPGA Design repo
# published as part of https://github.com/Phzera/SVModules
# Pedro Oliveira <[email protected]>
#------------------------------------------------------------------------------
*.cache
*.hw
*.gen
*.ip_user_files
*.runs
*.sim
.Xil
*.srcs/sources*/bd/**
!*.srcs/sources*/bd/**/*.xci
*.srcs/sources*/ip/**
!*.srcs/sources*/ip/**/*.xci
*.ioplanning
*.jou
*.log
*.str
*.tmp
usage_statistics_webtalk.*
# Keep root folder files
!.gitignore
# HDL / HVL / XDC / TCL
!*.tcl
*.wcfg
!*.ld
!*.xml
# Vivado Project
**/vivado/*
!*.tcl
!*.mmi
!*.xsa
!*.bit
*.xpr
# IPs
**/xilinx_ips/*/*
!*.xci
!*.xcix
# Vitis Project
**/vitis/*
!*.tcl
# Firmware and Software
!*.c
!*.cpp
!*.h
!*.hpp
!*.py
# Helpers
!*.bat
!*.sh
# Block Designs
**/block_designs/*/*
!**/block_designs/*/hdl
!**/block_designs/*/*.bd
!**/block_designs/*/*.bxml
# We want MIG project file
# I know this is ugly, but couldn't come up with better one
*/*.sim/*
!**/block_designs/*/ip
**/block_designs/*/ip/**/*.*
!**/block_designs/*/ip/**/mig_*.prj
!**/block_designs/*/ip/*mig*/*.xci
!**/block_designs/*/ip/*mig*/*.xml
**/block_designs/*/ip/*rst*/