-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (57 loc) · 803 Bytes
/
.gitignore
File metadata and controls
62 lines (57 loc) · 803 Bytes
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
# Quartus II
db/
incremental_db/
output_files/
simulation/
greybox_tmp/
hc_output/
.qsys_edit/
*.rpt
*.summary
*.smsg
*.jdi
*.pin
*.qws
*.sld
*.bak
*.qarlog
*.done
*.chg
*.qmsg
*.log
*.sof
*.pof
*.jam
*.jbc
# Qsys / Platform Designer
soc_system/synthesis/
soc_system/testbench/
soc_system.sopcinfo
soc_system.html
soc_system.cmp
*soc_system_generation_previous.rpt
*.sopcinfo
*.html
*.cmp
# Nios II Software
nios_software/*/obj/
nios_software/*/bin/
nios_software/*/*.elf
nios_software/*/*.map
nios_software/*/*.objdump
nios_software/*_bsp/obj/
nios_software/*_bsp/*.a
nios_software/*_bsp/.force_rebuild_all
# Demo batch / temp files
demo_batch/*.txt
demo_batch/*.log
# Python & Simulation
__pycache__/
*.pyc
sim_build/
pytest_error_log.txt
# User rules
# .settings/
.agents/
.merge_temp/
*.sdram0