forked from t-crest/patmos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
100 lines (95 loc) · 1.04 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
config.mk*
*~
hardware/project/project/target/*
hardware/project/target
hardware/target
hardware/build
hardware/generated
hardware/.idea/
hardware/modelsim/work/
hardware/quartus/**/incremental_db
hardware/quartus/**/db/
tools/c/build
tools/java/build
tools/scripts/build
tmp/
simulator/build
install/
doc/c_doc
.vscode
.metals
local/
*_summary.xml
*_usage.xml
*_pn.xml
*.ipr
*.iws
*.gtkw
*.jvmopts
*.sptopts
*.sof
*.qws
*.done
*.fdb_latexmk
*.pof
*.sld
*.fls
*.mti
*.mpf
*.bld
*.cmd_log
*.ncd
*.lso
*.ngc
*.ngd
*.ngr
*.par
*.pcf
*.prj
*.stx
*.syr
*.xst
*.map
*.mrp
*.ngm
*.xrpt
*.log
*.vcd
*.pdf
*.qdf
*.summary
*.pin
*.rpt
*.smsg
*.orig
*.i
*.o
*.old
*.ini
*.out
*.tmp
*.jdi
*.fst*
*.elf
*.pml
*.csv
# Ignore Vivado journal files
vivado*.jou
# Ignore LaTeX temp files
doc/**/*.aux
doc/**/*.toc
doc/**/*.bbl
doc/**/*.blg
doc/**/*.lof
doc/**/*.lot
doc/**/*.lol
doc/**/*.synctex.gz
# Ignore KDevelop project files
*.kdev4
# Ignore Aegean generated files
hardware/emulator_config.h
hardware/vhdl/argo/config.vhd
c/cmp/nocinit.c
emulator.h
emul_api.h
sim_api.h