Skip to content

Commit 5357b0d

Browse files
authored
add libogc.gitignore (wii homebrew development)
1 parent 274c323 commit 5357b0d

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

community/libogc.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Ignore build directories and files
2+
build/
3+
*.dol
4+
*.elf
5+
6+
# Ignore Wii-specific metadata files
7+
meta.xml
8+
icon.png
9+
10+
# Ignore temporary files created by compilers
11+
*.o
12+
*.bin
13+
*.map
14+
15+
# Ignore editor or IDE-specific files
16+
.vscode/
17+
.idea/
18+
*.sublime-project
19+
*.sublime-workspace
20+
21+
# Ignore backup or temporary files
22+
*~
23+
*.bak
24+
*.swp
25+
*.tmp
26+
27+
# Ignore log files
28+
*.log
29+
30+
# Ignore libraries and dependencies
31+
lib/
32+
deps/
33+
obj/
34+
35+
# Ignore operating system-specific files
36+
$RECYCLE.BIN/
37+
.Trash-1000/
38+
.Spotlight-V100/
39+
.fseventsd/
40+
.DS_Store

0 commit comments

Comments
 (0)