mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-25 21:22:46 +00:00
49 lines
465 B
Plaintext
49 lines
465 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# 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
|
|
*.elf
|
|
*.3dsx
|
|
*.cia
|
|
# ...and icons
|
|
*.smdh
|
|
|
|
# section-specifics
|
|
|
|
# libstarlight main
|
|
libstarlight/build/
|
|
libstarlight/lib/
|
|
libstarlight/include/
|
|
libstarlight/lib*.tar.bz2
|
|
|
|
# testbed
|
|
testbed/build/
|