File tree Expand file tree Collapse file tree 1 file changed +58
-7
lines changed
Expand file tree Collapse file tree 1 file changed +58
-7
lines changed Original file line number Diff line number Diff line change 1- # Ignore build directories and files
1+ # Ignore build directories
22build /
3- * .dol
4- * .elf
53
64# Ignore Wii-specific metadata files
75meta.xml
86icon.png
97
10- # Ignore temporary files created by compilers
11- * .o
12- * .bin
13- * .map
148
159# Ignore editor or IDE-specific files
1610.vscode /
@@ -38,3 +32,60 @@ $RECYCLE.BIN/
3832.Spotlight-V100 /
3933.fseventsd /
4034.DS_Store
35+
36+ # Prerequisites
37+ * .d
38+
39+ # Object files
40+ * .o
41+ * .ko
42+ * .obj
43+ * .elf
44+ * .o
45+ * .bin
46+
47+ # Linker output
48+ * .ilk
49+ * .map
50+ * .exp
51+
52+ # Precompiled Headers
53+ * .gch
54+ * .pch
55+
56+ # Libraries
57+ * .lib
58+ * .a
59+ * .la
60+ * .lo
61+
62+ # Shared objects (inc. Windows DLLs)
63+ * .dll
64+ * .so
65+ * .so. *
66+ * .dylib
67+
68+ # Executables
69+ * .exe
70+ * .out
71+ * .app
72+ * .i * 86
73+ * .x86_64
74+ * .hex
75+ * .dol
76+ * .elf
77+
78+ # Debug files
79+ * .dSYM /
80+ * .su
81+ * .idb
82+ * .pdb
83+
84+ # Kernel Module Compile Results
85+ * .mod *
86+ * .cmd
87+ .tmp_versions /
88+ modules.order
89+ Module.symvers
90+ Mkfile.old
91+ dkms.conf
You can’t perform that action at this time.
0 commit comments