-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
87 lines (66 loc) · 1.12 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
# JSON files
rtl/**/*.json
# ASCII files
*.asc
# bin files
*.bin
# rpt files
*.rpt
# rpt files
*.vcd
# log directories
**/log*/*
# dot directories
**/dot/*
# C artifacts
**/*.d
**/*.o
# keep xosera_gateware files
!xosera_gateware/**
# Verilator output
rtl/sim/obj_dir/*
# Verilator vlt
**/*.vlt
# iVerilog output files
rtl/sim/xosera_tb
# host_spi executable
host_spi/host_spi
# executables
utils/image_to_mem
utils/image_to_monobitmap
xvid_spi/xvid_spi
# object files
**/*.o
# library files
**/*.a
# rosco files
**/**_m68k*/**/*.elf
**/**_m68k*/**/*.s
**/**_m68k*/**/*.i
**/**_m68k*/**/*.sym
**/**_m68k*/**/*.dis
**/**_m68k*/**/*.map
**/**_m68k*/**/*.lst
# copasm
copper/CopAsm/bin/*
copper/CopAsm/obj/*
**/*.lst
# macOS things
.DS_Store
# Vim swaps
**/*.swp
.vscode/*.log
**/**.vsim.h
utils/raw256to16color
utils/pal_to_raw
utils/image_pal
utils/true_color_hack
xosera_test_m68k/cop_diagonal.h
xosera_test_m68k/cop_blend_test.h
xosera_boing_m68k/*.ii
xosera_boing_m68k/boing_copper.h
xosera_m68k_api/bin/copasm
copper/copper_test_m68k/color_bar_table.h
xosera_test_m68k/cop_wavey.h
utils/interleave_raw
utils/xosera_convert