-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (65 loc) · 1.85 KB
/
Copy path.gitignore
File metadata and controls
74 lines (65 loc) · 1.85 KB
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
build/
build/generated
build_cemu/
build_switch/
build_wiiu/
deploy/
*.s
*.bin
*.elf
*.o
*.obj
.DS_Store
tools/ring_log_reader/*.exe
tools/ring_log_reader/build_log.txt
tools/cam_finder/
tools/symbol_port/*.json
tools/symbol_port
scratch
mystufflol/
# Bytecode, anywhere. This was scripts/__pycache__/ only, which does not cover
# sdk/scripts/ - and a .pyc appeared in the committed SDK the first time anyone
# ran the SDK's own scripts. A distributed folder collects things nobody meant
# to ship unless the rule is about the pattern rather than one path.
__pycache__/
*.pyc
scripts/__pycache__/
deploy/
scripts/__pycache__
# format_test build artefacts
tools/format_test/formatter_extract.hpp
tools/format_test/format_test.exe
tools/format_test/format_test
tools/format_test/*.obj
# host test artefacts
build/empty_main.cpp
build/wiixlaunch_cemu_hosttest
# module build artefacts
build/sample_mod.elf
build/sample.wxlm
# loader_fuzz build artefacts
tools/loader_fuzz/loader_fuzz.exe
tools/loader_fuzz/loader_fuzz
tools/loader_fuzz/*.obj
tools/hook_test/hook_test.exe
tools/hook_test/hook_test.obj
tools/hook_test/hook_test
tools/net_test/net_test.exe
tools/net_test/net_test.obj
tools/net_test/net_test
tools/mathtest/mathtest.exe
tools/mathtest/mathtest
tools/mathtest/*.obj
# Editor configuration, written by build_mod.py next to whatever it builds.
# It is derived from the exact compile command, which makes it correct and
# makes it MACHINE-SPECIFIC: absolute paths to this checkout and to wherever
# devkitPPC happens to live. Regenerated by every build, so it is never worth
# committing and would be wrong on anyone else's machine if it were.
compile_commands.json
.vscode/
tools/nvn_swizzle_test/nvn_swizzle_test.exe
tools/nvn_swizzle_test/nvn_swizzle_test
tools/nvn_swizzle_test/*.obj
tools/config_test/config_test.exe
tools/config_test/config_test
tools/config_test/*.obj