OpenRTX/.gitignore

64 wiersze
573 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
# subprojects
subprojects/radio_tool
subprojects/codec2
#ignore log files
*.log
#ignore linux openrtx emulator history file
.emulatorsh_history