https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: 93e582795ffac3999e8371f421ac200e66a6b4d1 authored by Iztok Jeras on 07 June 2017, 09:30:48 UTC
Makefile: 'make all' should now only build the API
Tip revision: 93e5827
.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