kopia lustrzana https://github.com/OpenRTX/OpenRTX
52 wiersze
424 B
Plaintext
52 wiersze
424 B
Plaintext
# Meson build dirs
|
|
build_*
|
|
|
|
# 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
|
|
|
|
# Binaries
|
|
*.bin
|
|
*.elf
|
|
*.hex
|
|
*.map
|
|
|
|
# Python byte-compiled
|
|
*/__pycache__
|
|
|
|
# Kdevelop files
|
|
*.kdev4
|
|
.kdev4/
|
|
|
|
# gutentags
|
|
tags
|