https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: 9ecef3d05607fe99d1f57eef9d100438c827ce22 authored by Nikolaj P. Danilyuk on 17 June 2020, 10:14:17 UTC
Add VNA and SDR in 125
Tip revision: 9ecef3d
.gitignore
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# backups
*~
back to top