https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: bafb8ba3aefbe9b3cdcd1853bff0b88cec1b3243 authored by Iztok Jeras on 01 October 2015, 12:29:05 UTC
Doc: updated changelog
Tip revision: bafb8ba
.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