-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
40 lines (35 loc) · 961 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
# ----------------------------------------------------------------------------
# FILE: .gitignore
# DESCRIPTION: GIT ignore file for Vivado project src control
# DATE: 02:00 PM Thursday, August 29, 2019
# AUTHOR(s): Lime Microsystems
# REVISIONS:
# ----------------------------------------------------------------------------
!.gitignore
# ----------------------------------------------------------------------------
# VIVADO project
# ----------------------------------------------------------------------------
LimeSDR-XTRX/*
LimeSDR-XTRX_gold/*
.Xil
.Xiltemp
# --------------
# src
# --------------
*.bak
src/**/source_library
# --------------
# ip
# --------------
# --------------
# bitstream
# --------------
# ----------------------------------------------------------------------------
# OTHER
# ----------------------------------------------------------------------------
*.log
*.str
*.mif
workspace/*
sw_workspace/*
*.jou