Files
Pluto-SDR/.gitignore
2026-07-15 08:15:16 +03:00

32 lines
584 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# --- артефакты сборки ---
build/
*.o
*.a
*.elf
# скомпилированные бинарники в корне (make из README §4.3 кладёт рядом)
/transmitter
/receiver
/ofdm_bench
# --- локальная копия кросс-заголовков для IntelliSense (см. .vscode/) ---
.xarm/
# --- артефакты тестов и логи ---
*.log
link_test.bin
out.bin
test.bin
# --- редакторы/ОС ---
.vscode/*
!.vscode/c_cpp_properties.json
!.vscode/settings.json
.idea/
*.swp
*~
.DS_Store
Thumbs.db
liquid-dsp
liquid-dsp/*