https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: 35c3ae67f43b43c99c88574b1f49a303c187b493 authored by Iztok Jeras on 31 October 2015, 13:28:51 UTC
updated CHANGELOG prior to RC18
Tip revision: 35c3ae6
.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