2020-10-14 12:12:50 +00:00
|
|
|
# Meson build dirs
|
2020-12-18 18:25:28 +00:00
|
|
|
build_*
|
2020-10-04 16:25:26 +00:00
|
|
|
|
2020-03-30 13:57:43 +00:00
|
|
|
# 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
|
2020-03-30 14:58:03 +00:00
|
|
|
|
|
|
|
# Binaries
|
|
|
|
*.bin
|
|
|
|
*.elf
|
|
|
|
*.hex
|
|
|
|
*.map
|
|
|
|
|
|
|
|
# Python byte-compiled
|
|
|
|
*/__pycache__
|
|
|
|
|
|
|
|
# Kdevelop files
|
|
|
|
*.kdev4
|
|
|
|
.kdev4/
|
2020-12-18 18:25:28 +00:00
|
|
|
|
|
|
|
# gutentags
|
|
|
|
tags
|
2021-08-26 06:15:56 +00:00
|
|
|
|
2021-07-04 19:17:25 +00:00
|
|
|
|
2021-08-26 06:15:56 +00:00
|
|
|
# subprojects
|
|
|
|
subprojects/radio_tool
|
2021-09-06 06:57:19 +00:00
|
|
|
subprojects/codec2
|
2022-01-09 16:06:28 +00:00
|
|
|
subprojects/tinyusb
|
2021-07-04 19:17:25 +00:00
|
|
|
|
2022-05-02 20:31:49 +00:00
|
|
|
# ignore log files
|
2021-07-04 19:17:25 +00:00
|
|
|
*.log
|
|
|
|
|
2022-05-02 20:31:49 +00:00
|
|
|
# ignore linux openrtx emulator history file
|
2021-07-04 19:17:25 +00:00
|
|
|
.emulatorsh_history
|
|
|
|
|
2022-05-02 20:31:49 +00:00
|
|
|
# ignore bin2sgl
|
|
|
|
!scripts/bin2sgl.Linux.bin
|
|
|
|
!scripts/bin2sgl.exe
|
2022-05-15 18:25:57 +00:00
|
|
|
|
|
|
|
# Compiled script
|
|
|
|
scripts/get_demod_log
|
2022-03-29 16:31:39 +00:00
|
|
|
|
|
|
|
# OpenRTX Codeplugs
|
|
|
|
*.rtxc
|