We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274c323 commit 5357b0dCopy full SHA for 5357b0d
community/libogc.gitignore
@@ -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