mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
combine community/libogc.gitignore with C.gitignore
This commit is contained in:
parent
5357b0df58
commit
136e88cf4a
@ -1,16 +1,10 @@
|
||||
# Ignore build directories and files
|
||||
# Ignore build directories
|
||||
build/
|
||||
*.dol
|
||||
*.elf
|
||||
|
||||
# Ignore Wii-specific metadata files
|
||||
meta.xml
|
||||
icon.png
|
||||
|
||||
# Ignore temporary files created by compilers
|
||||
*.o
|
||||
*.bin
|
||||
*.map
|
||||
|
||||
# Ignore editor or IDE-specific files
|
||||
.vscode/
|
||||
@ -38,3 +32,60 @@ $RECYCLE.BIN/
|
||||
.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
|
||||
|
Loading…
Reference in New Issue
Block a user