58 lines
474 B
Plaintext
58 lines
474 B
Plaintext
# ---> C++
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.tmp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.spv
|
|
*.elf
|
|
|
|
# Logs
|
|
*.log
|
|
*.txt
|
|
|
|
# ISOs
|
|
*.iso
|
|
*.cdi
|
|
*.gdi
|
|
|
|
# Assets
|
|
*.gz
|
|
*.png
|
|
*.dtex
|
|
*.glb
|
|
*.ogg
|
|
*.wav
|
|
*.ttf
|
|
*.otf
|
|
*.bin
|
|
models/
|