Skip to content

Commit 136e88c

Browse files
authored
combine community/libogc.gitignore with C.gitignore
1 parent 5357b0d commit 136e88c

File tree

1 file changed

+58
-7
lines changed

1 file changed

+58
-7
lines changed

community/libogc.gitignore

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# Ignore build directories and files
1+
# Ignore build directories
22
build/
3-
*.dol
4-
*.elf
53

64
# Ignore Wii-specific metadata files
75
meta.xml
86
icon.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

0 commit comments

Comments
 (0)