https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: 20ef511cc4265509e2dfbc7d0a19974b8819b880 authored by Iztok Jeras on 31 August 2015, 18:54:16 UTC
Discovery: updated by Martin
Tip revision: 20ef511
.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

scpi-server/scpi-server

#Eclipse
.cproject
.project
*/.settings/language.settings.xml

# SCPI Server examples
scpi-server/3rdparty/libs/scpi-parser/examples/

back to top