Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add libogc.gitignore (wii homebrew development) #4517

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions community/libogc.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
# Ignore build directories
build/

# Ignore Wii-specific metadata files
meta.xml
icon.png


# Ignore editor or IDE-specific files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Ignore backup or temporary files
*~
*.bak
*.swp
*.tmp

# Ignore log files
*.log

# Ignore libraries and dependencies
lib/
deps/
obj/

# Ignore operating system-specific files
$RECYCLE.BIN/
.Trash-1000/
.Spotlight-V100/
.fseventsd/
.DS_Store

# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf
*.o
*.bin

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.dol
*.elf

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf