forked from JakeStevens/RISCVBusiness
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
68 lines (63 loc) · 1.17 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
# ignore the build and run files
build/
sim_out/
obj_dir/
rvb_out/
# ignore memory files from test cases
*.hex
meminit.ver
verification/asm-tests/RV32I/*.elf
verification/asm-tests/RV32I/*.log
verification/asm-tests/RV32I/*.hex
*.bin
*.elf
# config files are auto-generated
source_code/include/component_selection_defines.vh
verification/c-firmware/custom_instruction_calls.h
# proprietary files
source_code/ram/altera_mf.v
source_code/ram/altera_mf.sv
source_code/ram/ram.sv
# backup files
source_code/fpga/*.bak
source_code/fpga/db
source_code/fpga/incremental_db
source_code/fpga/output_files
# Ignore open vim files
*.swp
# Ignore git merge temporary files
*.orig
# Ignore waf lock
*.lock-waf*
# Ignore files for commands for moving stuff around
*.cmd
mitll*
# Ignore temporary files created by gedit
*~
# Ignore test cache files
run_tests_cache.json
# Ignore log files and Verilator outputs
*.log
*.fst
memsim.dump
meminit.bin
# ignore files auto-generated by vscode.
_info
_vmake
*.qdb
*.qtl
*.qpg
# ignore python bytecode files
*.pyc
__pycache__/
# ignore xrun files
INCA_libs/
xcelium.d/
xrun.history
xrun.key
.simvision
waves.shm/
open_files.sh
# fusesoc
fusesoc_libraries
fusesoc.conf