forked from SiLab-Bonn/basil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (51 loc) · 822 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*~
*.swp
*.py~
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# icarus verilog
host/tests/Makefile
*.vvp
#docs
docs/_build
*.vcd
tests/results.xml
examples/lx9/device/src/SiTCP
# PyDev files
.project
.pydevproject
.vcd
# Mac
.DS_Store
tests/qverilog.log
tests/work
results.xml
firmware/modules/chipscope/*
!firmware/modules/chipscope/*.xise
!firmware/modules/chipscope/*.xco
examples/mmc3_eth/firmware/vivado/*
!examples/mmc3_eth/firmware/vivado/*.xpr
examples/mmc3_eth/firmware/src/SiTCP/*
examples/mio3_eth_gpac/firmware/vivado/*
!examples/mio3_eth_gpac/firmware/vivado/*.xpr
examples/mio3_eth_gpac/firmware/src/SiTCP/*