OpenRTX/.gitignore

65 wiersze
593 B
Plaintext
Czysty Zwykły widok Historia

# 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
# 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
2021-07-04 19:17:25 +00:00
#ignore log files
*.log
#ignore linux openrtx emulator history file
.emulatorsh_history