-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
44 lines (44 loc) · 1.39 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
.vscode/
build/*
CMakeFiles/
CMakeCache.txt
Makefile
cmake_install.cmake
ALL_BUILD.vcxproj
ALL_BUILD.vcxproj.filters
emu.sln
emu.vcxproj
emu.vcxproj.filters
ZERO_CHECK.vcxproj
ZERO_CHECK.vcxproj.filters
x64/Debug/ALL_BUILD/ALL_BUILD.recipe
x64/Debug/ALL_BUILD/ALL_BUILD.tlog/ALL_BUILD.lastbuildstate
x64/Debug/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.command.1.tlog
x64/Debug/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.read.1.tlog
x64/Debug/ALL_BUILD/ALL_BUILD.tlog/CustomBuild.write.1.tlog
x64/Debug/ZERO_CHECK/ZERO_CHECK.recipe
x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.command.1.tlog
x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.read.1.tlog
x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/CustomBuild.write.1.tlog
x64/Debug/ZERO_CHECK/ZERO_CHECK.tlog/ZERO_CHECK.lastbuildstate
emu.dir/Debug/cpu.obj
emu.dir/Debug/emu.exe.recipe
emu.dir/Debug/emu.ilk
emu.dir/Debug/main.obj
emu.dir/Debug/memory.obj
emu.dir/Debug/system.obj
emu.dir/Debug/vc142.pdb
emu.dir/Debug/emu.tlog/CL.command.1.tlog
emu.dir/Debug/emu.tlog/CL.read.1.tlog
emu.dir/Debug/emu.tlog/CL.write.1.tlog
emu.dir/Debug/emu.tlog/CustomBuild.command.1.tlog
emu.dir/Debug/emu.tlog/CustomBuild.read.1.tlog
emu.dir/Debug/emu.tlog/CustomBuild.write.1.tlog
emu.dir/Debug/emu.tlog/emu.lastbuildstate
emu.dir/Debug/emu.tlog/link.command.1.tlog
emu.dir/Debug/emu.tlog/link.read.1.tlog
emu.dir/Debug/emu.tlog/link.write.1.tlog
test/6502_functional_test.bin
latex/*
html/*
log.txt