1
0
mirror of https://github.com/github/gitignore synced 2025-05-25 09:05:15 +02:00

Merge pull request #4517 from sctech-tr/wii

add libogc.gitignore (wii homebrew development)
This commit is contained in:
Daniel Johnson 2025-05-23 15:09:55 -07:00 committed by GitHub
commit d4189b545e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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