-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
45 lines (44 loc) · 1.05 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
.vs/*
x64/*
Release/*
local/*
/DecompressLogo/.vs/*
/DecompressLogo/Debug/
DecompressLogo/x64/*
docs/rough/*.bin
PreDecompress/.vs/*
PreDecompress/Debug/*
PreDecompress/Release/*
share/*
testimage.png
template.png
/Decompress2/.vs/*
/Decompress2/Debug/*
*.bak
/Decompress2/output.txt
/Decompress2/verifyStageX/*
/Decompress2/verifyStageZ/*
/Decompress2/initialized_output.bin
/Decompress2/Verification.txt
/Decompress2/rom_fragment.bin
/Decompress2/rom80BC7B.bin
/Decompress2/ram_stagex_7E0700.bin
/Decompress2/ram_stagex_7E0100.bin
*.sfc
/Decompress2/cpulog_pre/*
/Decompress3/.vs/*
/Decompress3/Debug/*
/Decompress3/Verification.txt
/Decompress3/output.txt
/Decompress2/out.bin
/Decompress2/cpulog_montreal0/*
/Decompress2/VerificationZ_Full_Noflags_NoIRQ.txt
/Decompress2/nhl940000.noirq.noflag.log
/Decompress2/Tests/*
/Decompress2/*.bin
/Decompress2/*.log
/Decompress2/x64/*
/Decompress2/IndexedColorToShorts/.vs/*
/Decompress2/IndexedColorToShorts/Debug/*
/Decompress2/IndexedColorToShorts/Release/*
/Decompress2/StageToShorts/*