OpenRTX/.gitignore

75 wiersze
744 B
Plaintext
Czysty Zwykły widok Historia

#Build dirs
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
# Binaries
*.bin
*.elf
*.hex
*.map
# Python byte-compiled
*/__pycache__
# Kdevelop files
*.kdev4
.kdev4/
2020-12-18 18:25:28 +00:00
# gutentags
tags
2021-07-04 19:17:25 +00:00
# subprojects
subprojects/radio_tool
2021-09-06 06:57:19 +00:00
subprojects/codec2
subprojects/tinyusb
2023-08-02 06:19:50 +00:00
subprojects/XPowersLib
2021-07-04 19:17:25 +00:00
# ignore log files
2021-07-04 19:17:25 +00:00
*.log
# ignore linux openrtx emulator history file
2021-07-04 19:17:25 +00:00
.emulatorsh_history
# ignore bin2sgl
!scripts/bin2sgl.Linux.bin
!scripts/bin2sgl.exe
# Compiled script
scripts/get_demod_log
# OpenRTX Codeplugs
*.rtxc